Skip to content

Commit d8a0e5e

Browse files
Salakarpaulb777
authored andcommitted
[docs] add missing semicolon (#3305)
Add missing semicolon to code example
1 parent c8c99aa commit d8a0e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoogleUtilities/AppDelegateSwizzler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ by `[GULAppDelegateSwizzler proxyOriginalDelegate]`:
169169

170170
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo;
171171

172-
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult result))completionHandler
172+
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult result))completionHandler;
173173
```
174174

175175
If you need to swizzle these methods you can call

0 commit comments

Comments
 (0)