aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example
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
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')
-rw-r--r--Example/Core/Tests/FIRAppTest.m5
-rw-r--r--Example/Shared/FIRSampleAppUtilities.m13
2 files changed, 10 insertions, 8 deletions
diff --git a/Example/Core/Tests/FIRAppTest.m b/Example/Core/Tests/FIRAppTest.m
index a4f6803..8ba64e2 100644
--- a/Example/Core/Tests/FIRAppTest.m
+++ b/Example/Core/Tests/FIRAppTest.m
@@ -313,8 +313,9 @@ NSString *const kFIRTestAppName2 = @"test-app-name-2";
getTokenCallbackWasCalled = YES;
}];
- XCTAssertFalse(passedRefreshValue, @"The value for the 'refresh' parameter wasn't passed to the "
- "'getTokenImplementation' block correctly.");
+ XCTAssertFalse(passedRefreshValue,
+ @"The value for the 'refresh' parameter wasn't passed to the "
+ "'getTokenImplementation' block correctly.");
}
- (void)testModifyingOptionsThrows {
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