Skip to content

Commit 61200bc

Browse files
committed
style
1 parent 34e36e6 commit 61200bc

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
@@ -68,7 +68,7 @@ let emptyBundle = """
6868

6969
func testRunTransactionDoesNotCrashOnNilSuccess() async throws {
7070
let value = try await db.runTransaction { transact, error in
71-
return nil // should not crash
71+
nil // should not crash
7272
}
7373

7474
XCTAssertNil(value, "value should be nil on success")

0 commit comments

Comments
 (0)