aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Local/FSTLevelDBRemoteDocumentCache.mm
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2017-11-07 09:42:39 -0800
committerGravatar GitHub <noreply@github.com>2017-11-07 09:42:39 -0800
commitfc9b5447fc865866112f195603cfebcefc909ce8 (patch)
tree8b71d8b098810bbd86d575df66efd67841d7bfa8 /Firestore/Source/Local/FSTLevelDBRemoteDocumentCache.mm
parent8d6a574e458d9888cf800f0229ea2b7615646516 (diff)
Clang-format Objective-C++ too (#419)
Diffstat (limited to 'Firestore/Source/Local/FSTLevelDBRemoteDocumentCache.mm')
-rw-r--r--Firestore/Source/Local/FSTLevelDBRemoteDocumentCache.mm10
1 files changed, 5 insertions, 5 deletions
diff --git a/Firestore/Source/Local/FSTLevelDBRemoteDocumentCache.mm b/Firestore/Source/Local/FSTLevelDBRemoteDocumentCache.mm
index e2424b9..67c654e 100644
--- a/Firestore/Source/Local/FSTLevelDBRemoteDocumentCache.mm
+++ b/Firestore/Source/Local/FSTLevelDBRemoteDocumentCache.mm
@@ -20,15 +20,15 @@
#include <leveldb/write_batch.h>
#include <string>
-#import "MaybeDocument.pbobjc.h"
-#import "FSTLevelDBKey.h"
-#import "FSTLocalSerializer.h"
-#import "FSTWriteGroup.h"
+#import "FSTAssert.h"
#import "FSTDocument.h"
#import "FSTDocumentDictionary.h"
#import "FSTDocumentKey.h"
#import "FSTDocumentSet.h"
-#import "FSTAssert.h"
+#import "FSTLevelDBKey.h"
+#import "FSTLocalSerializer.h"
+#import "FSTWriteGroup.h"
+#import "MaybeDocument.pbobjc.h"
#include "ordered_code.h"
#include "string_util.h"