aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/API
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-10 23:51:45 -0800
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-10 23:51:45 -0800
commit23ee2aaf462d24fee6a3b5ba141a9e329f9f2265 (patch)
treeb2a43a24c564a157449c391ebdc46894bfd10d1b /Firestore/Source/API
parent843c6df5c4e19e7a62ab12014e36d4e31bdfa4d6 (diff)
Clang format
Diffstat (limited to 'Firestore/Source/API')
-rw-r--r--Firestore/Source/API/FIRDocumentSnapshot.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/Firestore/Source/API/FIRDocumentSnapshot.m b/Firestore/Source/API/FIRDocumentSnapshot.m
index 0aba639..c917094 100644
--- a/Firestore/Source/API/FIRDocumentSnapshot.m
+++ b/Firestore/Source/API/FIRDocumentSnapshot.m
@@ -178,10 +178,10 @@ NS_ASSUME_NONNULL_BEGIN
documentKey:(FSTDocumentKey *)documentKey
document:(FSTDocument *)document
fromCache:(BOOL)fromCache {
- self = [super initWithFirestore:firestore
- documentKey:documentKey
- document:document
- fromCache:fromCache];
+ self = [super initWithFirestore:firestore
+ documentKey:documentKey
+ document:document
+ fromCache:fromCache];
return self;
}