aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source
diff options
context:
space:
mode:
authorGravatar Bryan Klimt <klimt@google.com>2018-03-27 16:50:32 -0700
committerGravatar Bryan Klimt <klimt@google.com>2018-03-27 16:50:32 -0700
commite78f9d41d3f3c100c4e9d7744346161d64ab9126 (patch)
tree01c2d9ac6d04cbf349c533e06b7c1b7ebf4adeb2 /Firestore/Source
parent0e86c06f60262c013c0b653470ac59a3c4d12b46 (diff)
Fix some formatting issues.
Diffstat (limited to 'Firestore/Source')
-rw-r--r--Firestore/Source/Model/FSTDocumentKey.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Firestore/Source/Model/FSTDocumentKey.mm b/Firestore/Source/Model/FSTDocumentKey.mm
index 7425812..cbe9c89 100644
--- a/Firestore/Source/Model/FSTDocumentKey.mm
+++ b/Firestore/Source/Model/FSTDocumentKey.mm
@@ -116,7 +116,6 @@ const NSComparator FSTDocumentKeyComparator =
} else {
return NSOrderedSame;
}
-
};
NSString *const kDocumentKeyPath = @"__name__";