Skip to content

Commit

Permalink
Fixed indentation error in ablyflutter
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Feb 21, 2024
1 parent 5362bff commit 5fd1f1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ios/Classes/AblyFlutter.m
Original file line number Diff line number Diff line change
Expand Up @@ -774,10 +774,10 @@ -(instancetype)initWithChannel:(FlutterMethodChannel *const)channel
AblyPlatformMethod_realtimeTime:_realtimeTime,
AblyPlatformMethod_restTime:_restTime,
// Connection fields
AblyPlatformMethod_connectionId:_connectionId;
AblyPlatformMethod_connectionKey:_connectionKey;
AblyPlatformMethod_connectionRecoveryKey:_connectionRecoveryKey;
AblyPlatformMethod_connectionErrorReason:_connectionErrorReason;
AblyPlatformMethod_connectionId:_connectionId,
AblyPlatformMethod_connectionKey:_connectionKey,
AblyPlatformMethod_connectionRecoveryKey:_connectionRecoveryKey,
AblyPlatformMethod_connectionErrorReason:_connectionErrorReason,
// Push Notifications
AblyPlatformMethod_pushActivate: PushHandlers.activate,
AblyPlatformMethod_pushRequestPermission: PushHandlers.requestPermission,
Expand Down

0 comments on commit 5fd1f1f

Please sign in to comment.