aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/FIRApp.m
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-10 22:58:23 -0800
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-10 22:58:23 -0800
commit03ab86499febe481177f3d11f6ffc983843f97be (patch)
tree89a9d684e0b28a5f58b17fa20bea983d07dcfb46 /Firebase/Core/FIRApp.m
parentb3b3987fc0d57da58eff9fee3ba65f57cea97a65 (diff)
Running scripts/style.sh
Diffstat (limited to 'Firebase/Core/FIRApp.m')
-rw-r--r--Firebase/Core/FIRApp.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Firebase/Core/FIRApp.m b/Firebase/Core/FIRApp.m
index 242fd79..800d180 100644
--- a/Firebase/Core/FIRApp.m
+++ b/Firebase/Core/FIRApp.m
@@ -142,7 +142,8 @@ static FIRApp *sDefaultApp;
NSString *minVersion = info[@"MinimumOSVersion"];
if ([minVersion hasPrefix:@"7."]) {
- FIRLogNotice(kFIRLoggerCore, @"I-COR000026", @"Support for iOS 7 is deprecated and will "
+ FIRLogNotice(kFIRLoggerCore, @"I-COR000026",
+ @"Support for iOS 7 is deprecated and will "
@"stop working in the future. Please upgrade your app to target iOS 8 or "
@"above.");
}