aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/Private
diff options
context:
space:
mode:
authorGravatar Benoit St-Pierre <bstpierre@google.com>2018-02-26 13:58:28 -0500
committerGravatar Benoit St-Pierre <bstpierre@google.com>2018-02-26 13:58:28 -0500
commit6f5eebb77fcc2c130e80e8fe74101385dc993949 (patch)
tree9b5410df42363402dfef0566c36a988628740798 /Firebase/Core/Private
parent34dd1dbfd96bde4fcde7f51a97ccacc149142317 (diff)
PR feedback
Diffstat (limited to 'Firebase/Core/Private')
-rw-r--r--Firebase/Core/Private/FIRAppInternal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Core/Private/FIRAppInternal.h b/Firebase/Core/Private/FIRAppInternal.h
index bbf0477..4b56728 100644
--- a/Firebase/Core/Private/FIRAppInternal.h
+++ b/Firebase/Core/Private/FIRAppInternal.h
@@ -142,7 +142,7 @@ 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 \
++ (void)registerLibrary:(nonnull NSString *)library withVersion:(nonnull NSString *)version
NS_SWIFT_NAME(registerLibrary(_:version:));
/**