Skip to content

Commit a1fc9b2

Browse files
authored
Fix long line in Messaging library. (#3264)
1 parent d221926 commit a1fc9b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Firebase/Messaging/FIRMessagingRemoteNotificationsProxy.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,8 @@ - (void)application:(UIApplication *)application
417417
}
418418
#endif
419419

420-
- (void)application:(GULApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {
420+
- (void)application:(GULApplication *)application
421+
didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {
421422
[FIRMessaging messaging].APNSToken = deviceToken;
422423
}
423424

0 commit comments

Comments
 (0)