aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Storage/FIRStoragePath.m
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/FIRStoragePath.m
parent86f429b2f0061a9f16c42f83841d36813892232b (diff)
Clang-formatting Storage
Diffstat (limited to 'Firebase/Storage/FIRStoragePath.m')
-rw-r--r--Firebase/Storage/FIRStoragePath.m7
1 files changed, 4 insertions, 3 deletions
diff --git a/Firebase/Storage/FIRStoragePath.m b/Firebase/Storage/FIRStoragePath.m
index 7188ab6..aa7f130 100644
--- a/Firebase/Storage/FIRStoragePath.m
+++ b/Firebase/Storage/FIRStoragePath.m
@@ -74,9 +74,10 @@
if (bucketName.length == 0) {
[NSException raise:NSInternalInconsistencyException
- format:@"URL must be in the form of "
- @"http[s]://firebasestorage.googleapis.com/v0/b/<bucket>/o/<path/to/"
- @"object>[?token=signed_url_params]"];
+ format:
+ @"URL must be in the form of "
+ @"http[s]://firebasestorage.googleapis.com/v0/b/<bucket>/o/<path/to/"
+ @"object>[?token=signed_url_params]"];
return nil;
}