Skip to content

Commit 581f437

Browse files
committed
fix format
1 parent 1c5a70f commit 581f437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/ChangeIcon.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ + (BOOL)requiresMainQueueSetup {
5757
@catch {
5858
// fallback on safe method
5959
[[UIApplication sharedApplication] setAlternateIconName:newIconName completionHandler:^(NSError * _Nullable error) {
60-
return;
61-
}];
60+
return;
61+
}];
6262
}
6363
} else {
6464
[[UIApplication sharedApplication] setAlternateIconName:newIconName completionHandler:^(NSError * _Nullable error) {

0 commit comments

Comments
 (0)