aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Storage/Private/FIRStorageTokenAuthorizer.h
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-11-09 14:43:53 -0800
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2017-11-09 17:51:21 -0800
commit110f0edf9d25887984fcdf12becb11a4661ad637 (patch)
treeb65ffc470b32e1142ad42e016bfc18bae49722bf /Firebase/Storage/Private/FIRStorageTokenAuthorizer.h
parent86f429b2f0061a9f16c42f83841d36813892232b (diff)
Clang-formatting Storage
Diffstat (limited to 'Firebase/Storage/Private/FIRStorageTokenAuthorizer.h')
-rw-r--r--Firebase/Storage/Private/FIRStorageTokenAuthorizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Storage/Private/FIRStorageTokenAuthorizer.h b/Firebase/Storage/Private/FIRStorageTokenAuthorizer.h
index 78a8218..00bf141 100644
--- a/Firebase/Storage/Private/FIRStorageTokenAuthorizer.h
+++ b/Firebase/Storage/Private/FIRStorageTokenAuthorizer.h
@@ -27,7 +27,7 @@ NS_ASSUME_NONNULL_BEGIN
* If no authentication provider exists or no token is found, no token is added
* and the request is passed.
*/
-@interface FIRStorageTokenAuthorizer : NSObject<GTMFetcherAuthorizationProtocol>
+@interface FIRStorageTokenAuthorizer : NSObject <GTMFetcherAuthorizationProtocol>
/**
* Initializes the token authorizer with an instance of FIRApp.