aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-01-12 09:24:50 -0800
committerGravatar GitHub <noreply@github.com>2018-01-12 09:24:50 -0800
commit17f5a9ba246a6bb404b48a615216f64b1bcb180c (patch)
treebff13a047aaf7c0355b48e557e27a332266fab03 /Firestore
parenta8f7e200509b3c5145c4138691549f5bb35f7540 (diff)
Fix import formatting (#660)
Diffstat (limited to 'Firestore')
-rw-r--r--Firestore/Example/Tests/SpecTests/FSTSyncEngineTestDriver.h2
-rw-r--r--Firestore/Example/Tests/Util/FSTIntegrationTestCase.h2
-rw-r--r--Firestore/Example/Tests/Util/XCTestCase+Await.h3
3 files changed, 4 insertions, 3 deletions
diff --git a/Firestore/Example/Tests/SpecTests/FSTSyncEngineTestDriver.h b/Firestore/Example/Tests/SpecTests/FSTSyncEngineTestDriver.h
index 7cb2726..46601d7 100644
--- a/Firestore/Example/Tests/SpecTests/FSTSyncEngineTestDriver.h
+++ b/Firestore/Example/Tests/SpecTests/FSTSyncEngineTestDriver.h
@@ -14,10 +14,10 @@
* limitations under the License.
*/
-#import <Firestore/Source/Remote/FSTRemoteStore.h>
#import <Foundation/Foundation.h>
#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 ac54253..e1820e2 100644
--- a/Firestore/Example/Tests/Util/FSTIntegrationTestCase.h
+++ b/Firestore/Example/Tests/Util/FSTIntegrationTestCase.h
@@ -14,11 +14,11 @@
* limitations under the License.
*/
-#import <Firestore/Source/Core/FSTTypes.h>
#import <Foundation/Foundation.h>
#import <XCTest/XCTest.h>
#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 7a8feb8..1afe8c0 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 <Firestore/Source/Core/FSTTypes.h>
#import <XCTest/XCTest.h>
+#import "Firestore/Source/Core/FSTTypes.h"
+
@interface XCTestCase (Await)
/**