From fc9b5447fc865866112f195603cfebcefc909ce8 Mon Sep 17 00:00:00 2001 From: Gil Date: Tue, 7 Nov 2017 09:42:39 -0800 Subject: Clang-format Objective-C++ too (#419) --- Firestore/Source/Local/FSTLevelDBKey.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Firestore/Source/Local/FSTLevelDBKey.mm') 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 -#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 -- cgit v1.2.3