Skip to content

Commit b93862a

Browse files
committed
Hopefully formatted.
1 parent bb96537 commit b93862a

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
@@ -74,7 +74,7 @@ let emptyBundle = """
7474
XCTAssertNil(value, "value should be nil on success")
7575
}
7676

77-
func testCount() async throws{
77+
func testCount() async throws {
7878
let collection = collectionRef()
7979
try await collection.addDocument(data: [:])
8080
let snapshot = try await collection.count.aggregation(source: .server)

0 commit comments

Comments
 (0)