Skip to content

Commit 7754745

Browse files
committed
format
1 parent 2c90822 commit 7754745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/Swift/Tests/Integration/AsyncAwaitIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ let emptyBundle = """
4545

4646
func testRunTransactionDoesNotCrashOnNilSuccess() async throws {
4747
let document = collectionRef().document()
48-
try await document.setData(["":""]) // ensure document exists
48+
try await document.setData(["": ""]) // ensure document exists
4949
let value = try await db.runTransaction { transact, error in
5050
transact.setData(["test": "test"], forDocument: document)
5151
return nil // should not crash

0 commit comments

Comments
 (0)