Skip to content

Commit

Permalink
Fix long line in Messaging library. (#3264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwilson authored Jun 26, 2019
1 parent d221926 commit a1fc9b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Firebase/Messaging/FIRMessagingRemoteNotificationsProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,8 @@ - (void)application:(UIApplication *)application
}
#endif

- (void)application:(GULApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {
- (void)application:(GULApplication *)application
didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {
[FIRMessaging messaging].APNSToken = deviceToken;
}

Expand Down

0 comments on commit a1fc9b2

Please sign in to comment.