Skip to content

Commit 728dec2

Browse files
authored
clang-format fix (#205)
1 parent 11eeaa7 commit 728dec2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Firebase/Core/FIRApp.m

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -401,14 +401,14 @@ - (void)checkExpectedBundleID {
401401
if (expectedBundleID != nil &&
402402
![FIRBundleUtil hasBundleIdentifier:expectedBundleID inBundles:bundles]) {
403403
FIRLogError(kFIRLoggerCore, @"I-COR000008",
404-
@"The project's Bundle ID is inconsistent with "
405-
@"either the Bundle ID in '%@.%@', or the Bundle ID in the options if you are "
406-
@"using a customized options. To ensure that everything can be configured "
407-
@"correctly, you may need to make the Bundle IDs consistent. To continue with this "
408-
@"plist file, you may change your app's bundle identifier to '%@'. Or you can "
409-
@"download a new configuration file that matches your bundle identifier from %@ "
410-
@"and replace the current one.",
411-
kServiceInfoFileName, kServiceInfoFileType, expectedBundleID, kPlistURL);
404+
@"The project's Bundle ID is inconsistent with "
405+
@"either the Bundle ID in '%@.%@', or the Bundle ID in the options if you are "
406+
@"using a customized options. To ensure that everything can be configured "
407+
@"correctly, you may need to make the Bundle IDs consistent. To continue with this "
408+
@"plist file, you may change your app's bundle identifier to '%@'. Or you can "
409+
@"download a new configuration file that matches your bundle identifier from %@ "
410+
@"and replace the current one.",
411+
kServiceInfoFileName, kServiceInfoFileType, expectedBundleID, kPlistURL);
412412
}
413413
}
414414

0 commit comments

Comments
 (0)