Skip to content

Commit e2aac4b

Browse files
committed
Format code.
1 parent 0322e33 commit e2aac4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/util_ios.mm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ + (void)load {
230230
} else {
231231
if (appDelegateClassName) { // Key is present but value is invalid (e.g., empty string or
232232
// wrong type).
233-
NSLog(@"Firebase Error: Info.plist key '%@' has an invalid value ('%@'). Proceeding "
234-
@"with default swizzling.",
235-
kFirebaseAppDelegateClassNameKey, appDelegateClassName);
233+
NSLog(@"Firebase Error: Info.plist key '%@' has an invalid value ('%@'). Proceeding "
234+
@"with default swizzling.",
235+
kFirebaseAppDelegateClassNameKey, appDelegateClassName);
236236
} else { // Key is not present.
237237
// This is the default case, no special logging needed here beyond the swizzling log itself.
238238
}

0 commit comments

Comments
 (0)