aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Storage
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-02-13 12:07:16 -0800
committerGravatar Paul Beusterien <paulbeusterien@google.com>2018-02-13 12:07:16 -0800
commit6496eca83769b7b9cd9175e79bc3e2e93c427857 (patch)
treef6ee3ee91d4964407b3e845ba21a804809518530 /Firebase/Storage
parent12faf205f34042aa7fb6ff13c6980556dbb1ba39 (diff)
style fix
Diffstat (limited to 'Firebase/Storage')
-rw-r--r--Firebase/Storage/FIRStorageMetadata.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Firebase/Storage/FIRStorageMetadata.m b/Firebase/Storage/FIRStorageMetadata.m
index 5c12595..ab25076 100644
--- a/Firebase/Storage/FIRStorageMetadata.m
+++ b/Firebase/Storage/FIRStorageMetadata.m
@@ -61,7 +61,8 @@
components.scheme = kFIRStorageScheme;
components.host = kFIRStorageHost;
NSString *path = [FIRStorageUtils GCSEscapedString:self->_path];
- NSString *fullPath = [NSString stringWithFormat:kFIRStorageFullPathFormat, self->_bucket, path];
+ NSString *fullPath =
+ [NSString stringWithFormat:kFIRStorageFullPathFormat, self->_bucket, path];
components.percentEncodedPath = fullPath;
components.query = [NSString stringWithFormat:@"alt=media&token=%@", token];