aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Storage
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <ryanwils@gmail.com>2017-05-17 15:13:12 -0700
committerGravatar GitHub <noreply@github.com>2017-05-17 15:13:12 -0700
commit6a850b8cb1de68013a57ca42c1a0669c35062545 (patch)
treec87ff571efb06649d249a0f1136ef0159650f4cc /Firebase/Storage
parent0b6f0414c06630afcdc2be073999b0b885eb2f96 (diff)
Remove double commented lines. (#11)
Diffstat (limited to 'Firebase/Storage')
-rw-r--r--Firebase/Storage/FIRStorageSwiftNameSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Storage/FIRStorageSwiftNameSupport.h b/Firebase/Storage/FIRStorageSwiftNameSupport.h
index 529adf4..b4acec0 100644
--- a/Firebase/Storage/FIRStorageSwiftNameSupport.h
+++ b/Firebase/Storage/FIRStorageSwiftNameSupport.h
@@ -19,7 +19,7 @@
#import <Foundation/Foundation.h>
// NS_SWIFT_NAME can only translate factory methods before the iOS 9.3 SDK.
-// // Wrap it in our own macro if it's a non-compatible SDK.
+// Wrap it in our own macro if it's a non-compatible SDK.
#ifdef __IPHONE_9_3
#define FIR_SWIFT_NAME(X) NS_SWIFT_NAME(X)
#else