aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Firebase/Core/Private/FIRAppInternal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Firebase/Core/Private/FIRAppInternal.h b/Firebase/Core/Private/FIRAppInternal.h
index 20b608e..09f7829 100644
--- a/Firebase/Core/Private/FIRAppInternal.h
+++ b/Firebase/Core/Private/FIRAppInternal.h
@@ -141,9 +141,10 @@ typedef NSString *_Nullable (^FIRAppGetUIDImplementation)(void);
* @param library Name of the library
* @param version Version of the library
*/
+// clang-format off
+ (void)registerLibrary:(nonnull NSString *)library
- withVersion:(nonnull NSString *)version NS_SWIFT_NAME(registerLibrary(_:version
-:));
+ withVersion:(nonnull NSString *)version NS_SWIFT_NAME(registerLibrary(_:version:));
+// clang-format on
/**
* A concatenated string representing all the third-party libraries and version numbers.