aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Local/FSTLevelDBKey.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/FSTLevelDBKey.mm
parent8d6a574e458d9888cf800f0229ea2b7615646516 (diff)
Clang-format Objective-C++ too (#419)
Diffstat (limited to 'Firestore/Source/Local/FSTLevelDBKey.mm')
-rw-r--r--Firestore/Source/Local/FSTLevelDBKey.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Firestore/Source/Local/FSTLevelDBKey.mm b/Firestore/Source/Local/FSTLevelDBKey.mm
index ee3e270..1c0af45 100644
--- a/Firestore/Source/Local/FSTLevelDBKey.mm
+++ b/Firestore/Source/Local/FSTLevelDBKey.mm
@@ -18,10 +18,10 @@
#include <string>
-#include "ordered_code.h"
-#include "string_util.h"
#import "FSTDocumentKey.h"
#import "FSTPath.h"
+#include "ordered_code.h"
+#include "string_util.h"
NS_ASSUME_NONNULL_BEGIN