Skip to content

Commit 8c5e5bf

Browse files
committed
format code fix in FIRTransactionOptions.mm
1 parent a740f0b commit 8c5e5bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firestore/Source/API/FIRTransactionOptions.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
#import "FIRTransactionOptions.h"
1818

19+
#import <Foundation/Foundation.h>
20+
1921
#include <cstdint>
2022
#include <string>
2123

22-
#import <Foundation/Foundation.h>
23-
2424
#include "Firestore/core/src/api/firestore.h"
2525
#include "Firestore/core/src/util/exception.h"
2626

0 commit comments

Comments
 (0)