Skip to content

Commit

Permalink
Merge pull request #1758 from ably/fix/1757-compiler-warning
Browse files Browse the repository at this point in the history
Fixed the letter case for the file name
  • Loading branch information
maratal authored Jun 8, 2023
2 parents 4cf175b + a92af9b commit b4f74f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ARTRealtimeTransportFactory.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "ARTRealtimeTransportFactory.h"
#import "ARTWebsocketTransport+Private.h"
#import "ARTWebSocketTransport+Private.h"
#import "ARTWebSocketFactory.h"

@implementation ARTDefaultRealtimeTransportFactory
Expand Down

0 comments on commit b4f74f2

Please sign in to comment.