From 44a46a817fae0ca747bcc74806c83200cfc480bc Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 12 Jan 2018 08:04:48 -0800 Subject: [PATCH] Fix import formatting --- Firestore/Example/Tests/SpecTests/FSTSyncEngineTestDriver.h | 2 +- Firestore/Example/Tests/Util/FSTIntegrationTestCase.h | 2 +- Firestore/Example/Tests/Util/XCTestCase+Await.h | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Firestore/Example/Tests/SpecTests/FSTSyncEngineTestDriver.h b/Firestore/Example/Tests/SpecTests/FSTSyncEngineTestDriver.h index 7cb27262027..46601d73414 100644 --- a/Firestore/Example/Tests/SpecTests/FSTSyncEngineTestDriver.h +++ b/Firestore/Example/Tests/SpecTests/FSTSyncEngineTestDriver.h @@ -14,10 +14,10 @@ * limitations under the License. */ -#import #import #import "Firestore/Source/Core/FSTTypes.h" +#import "Firestore/Source/Remote/FSTRemoteStore.h" @class FSTDocumentKey; @class FSTMutation; diff --git a/Firestore/Example/Tests/Util/FSTIntegrationTestCase.h b/Firestore/Example/Tests/Util/FSTIntegrationTestCase.h index ac5425308ce..e1820e29be0 100644 --- a/Firestore/Example/Tests/Util/FSTIntegrationTestCase.h +++ b/Firestore/Example/Tests/Util/FSTIntegrationTestCase.h @@ -14,11 +14,11 @@ * limitations under the License. */ -#import #import #import #import "Firestore/Example/Tests/Util/XCTestCase+Await.h" +#import "Firestore/Source/Core/FSTTypes.h" @class FIRCollectionReference; @class FIRDocumentSnapshot; diff --git a/Firestore/Example/Tests/Util/XCTestCase+Await.h b/Firestore/Example/Tests/Util/XCTestCase+Await.h index 7a8feb847ad..1afe8c0209f 100644 --- a/Firestore/Example/Tests/Util/XCTestCase+Await.h +++ b/Firestore/Example/Tests/Util/XCTestCase+Await.h @@ -14,9 +14,10 @@ * limitations under the License. */ -#import #import +#import "Firestore/Source/Core/FSTTypes.h" + @interface XCTestCase (Await) /**