From aa09898fb57d3c6c537dc3ff22fcfaf47cfed1f6 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Tue, 27 Mar 2018 15:46:07 -0700 Subject: Clang format --- Firebase/Storage/Public/FIRStorageMetadata.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Firebase/Storage') diff --git a/Firebase/Storage/Public/FIRStorageMetadata.h b/Firebase/Storage/Public/FIRStorageMetadata.h index a0d7128..2e3cc13 100644 --- a/Firebase/Storage/Public/FIRStorageMetadata.h +++ b/Firebase/Storage/Public/FIRStorageMetadata.h @@ -115,7 +115,8 @@ NS_SWIFT_NAME(StorageMetadata) /** * An array containing all download URLs available for the object. */ -@property(strong, nonatomic, readonly, nullable) NSArray *downloadURLs __deprecated_msg("Use `StorageReference.downloadURLWithCompletion()` to obtain a current download URL."); +@property(strong, nonatomic, readonly, nullable) NSArray *downloadURLs __deprecated_msg( + "Use `StorageReference.downloadURLWithCompletion()` to obtain a current download URL."); /** * Creates an instanece of FIRStorageMetadata from the contents of a dictionary. @@ -145,7 +146,8 @@ NS_SWIFT_NAME(StorageMetadata) * Note that if there are many valid download tokens, this will always return the first * valid token created. */ -- (nullable NSURL *)downloadURL __deprecated_msg("Use `StorageReference.downloadURLWithCompletion()` to obtain a current download URL."); +- (nullable NSURL *)downloadURL __deprecated_msg( + "Use `StorageReference.downloadURLWithCompletion()` to obtain a current download URL."); @end -- cgit v1.2.3