aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Shared
diff options
context:
space:
mode:
authorGravatar Marek Gilbert <mcg@google.com>2017-08-02 09:30:15 -0700
committerGravatar Marek Gilbert <mcg@google.com>2017-08-02 09:52:48 -0700
commite4af03818cacb91466af842d972280e84293977b (patch)
tree7a106280a927d4e17a4040b246941ffc852bd15b /Example/Shared
parent8d55eb92a42217d4d3399d8cbb49e6e8a98d209f (diff)
Formatting updates based on the latest clang-format
clang-format version 5.0.0 (tags/google/stable/2017-06-22)
Diffstat (limited to 'Example/Shared')
-rw-r--r--Example/Shared/FIRSampleAppUtilities.m13
1 files changed, 7 insertions, 6 deletions
diff --git a/Example/Shared/FIRSampleAppUtilities.m b/Example/Shared/FIRSampleAppUtilities.m
index 7a777d0..88fc9b0 100644
--- a/Example/Shared/FIRSampleAppUtilities.m
+++ b/Example/Shared/FIRSampleAppUtilities.m
@@ -30,12 +30,13 @@ NSString *const kDummyGoogleAppID = @"1:123:ios:123abc";
NSString *const kGithubRepoURLString = @"https://github.com/firebase/firebase-ios-sdk/";
// Alert contents
NSString *const kInvalidPlistAlertTitle = @"GoogleService-Info.plist";
-NSString *const kInvalidPlistAlertMessage = @"This sample app needs to be updated with a valid "
- @"GoogleService-Info.plist file in order to configure "
- @"Firebase.\n\n"
- @"Please update the app with a valid plist file, "
- @"following the instructions in the Firebase Github "
- @"repository at: %@";
+NSString *const kInvalidPlistAlertMessage =
+ @"This sample app needs to be updated with a valid "
+ @"GoogleService-Info.plist file in order to configure "
+ @"Firebase.\n\n"
+ @"Please update the app with a valid plist file, "
+ @"following the instructions in the Firebase Github "
+ @"repository at: %@";
@implementation FIRSampleAppUtilities