aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Public
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/Public
parent843c6df5c4e19e7a62ab12014e36d4e31bdfa4d6 (diff)
Clang format
Diffstat (limited to 'Firestore/Source/Public')
-rw-r--r--Firestore/Source/Public/FIRDocumentSnapshot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Firestore/Source/Public/FIRDocumentSnapshot.h b/Firestore/Source/Public/FIRDocumentSnapshot.h
index 9706edd..9ba6f34 100644
--- a/Firestore/Source/Public/FIRDocumentSnapshot.h
+++ b/Firestore/Source/Public/FIRDocumentSnapshot.h
@@ -67,8 +67,8 @@ NS_SWIFT_NAME(DocumentSnapshot)
/**
* A `FIRDocumentSnapshot` contains data read from a document in your Firestore database. The
- * document is guaranteed to exist and its data can be extracted with the `data` property or by using
- * subscript syntax to access a specific field.
+ * document is guaranteed to exist and its data can be extracted with the `data` property or by
+ * using subscript syntax to access a specific field.
*/
NS_SWIFT_NAME(QueryDocumentSnapshot)
@interface FIRQueryDocumentSnapshot : FIRDocumentSnapshot