aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/Private
diff options
context:
space:
mode:
authorGravatar Benoit St-Pierre <bstpierre@google.com>2018-02-26 15:58:37 -0500
committerGravatar Benoit St-Pierre <bstpierre@google.com>2018-02-26 15:58:37 -0500
commit3d03426e0e6fad888174c104e583b1e2438d1876 (patch)
tree54ceea8734dbed36ec77b05405b55e5290e52975 /Firebase/Core/Private
parent3f4757923eaec02851fc7afbf4fe3ac7583ada08 (diff)
Style fixes
Diffstat (limited to 'Firebase/Core/Private')
-rw-r--r--Firebase/Core/Private/FIRAppInternal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Firebase/Core/Private/FIRAppInternal.h b/Firebase/Core/Private/FIRAppInternal.h
index 4b56728..20b608e 100644
--- a/Firebase/Core/Private/FIRAppInternal.h
+++ b/Firebase/Core/Private/FIRAppInternal.h
@@ -134,7 +134,6 @@ typedef NSString *_Nullable (^FIRAppGetUIDImplementation)(void);
*/
+ (BOOL)isDefaultAppConfigured;
-
/**
* Registers a given third-party library with the given version number to be reported for
* analyitcs.
@@ -142,8 +141,9 @@ typedef NSString *_Nullable (^FIRAppGetUIDImplementation)(void);
* @param library Name of the library
* @param version Version of the library
*/
-+ (void)registerLibrary:(nonnull NSString *)library withVersion:(nonnull NSString *)version
- NS_SWIFT_NAME(registerLibrary(_:version:));
++ (void)registerLibrary:(nonnull NSString *)library
+ withVersion:(nonnull NSString *)version NS_SWIFT_NAME(registerLibrary(_:version
+:));
/**
* A concatenated string representing all the third-party libraries and version numbers.