Skip to content

Commit 17f5a9b

Browse files
authored
Fix import formatting (#660)
1 parent a8f7e20 commit 17f5a9b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Firestore/Example/Tests/SpecTests/FSTSyncEngineTestDriver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
* limitations under the License.
1515
*/
1616

17-
#import <Firestore/Source/Remote/FSTRemoteStore.h>
1817
#import <Foundation/Foundation.h>
1918

2019
#import "Firestore/Source/Core/FSTTypes.h"
20+
#import "Firestore/Source/Remote/FSTRemoteStore.h"
2121

2222
@class FSTDocumentKey;
2323
@class FSTMutation;

Firestore/Example/Tests/Util/FSTIntegrationTestCase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17-
#import <Firestore/Source/Core/FSTTypes.h>
1817
#import <Foundation/Foundation.h>
1918
#import <XCTest/XCTest.h>
2019

2120
#import "Firestore/Example/Tests/Util/XCTestCase+Await.h"
21+
#import "Firestore/Source/Core/FSTTypes.h"
2222

2323
@class FIRCollectionReference;
2424
@class FIRDocumentSnapshot;

Firestore/Example/Tests/Util/XCTestCase+Await.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
* limitations under the License.
1515
*/
1616

17-
#import <Firestore/Source/Core/FSTTypes.h>
1817
#import <XCTest/XCTest.h>
1918

19+
#import "Firestore/Source/Core/FSTTypes.h"
20+
2021
@interface XCTestCase (Await)
2122

2223
/**

0 commit comments

Comments
 (0)