Skip to content

Commit 4b9e3b8

Browse files
committed
style: reformat a line to satisfy the linter line style check
1 parent ac759d0 commit 4b9e3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/Swift/Source/AsyncAwait/CollectionReference+AsyncAwait.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public extension CollectionReference {
5656
@discardableResult
5757
func addDocument<T: Encodable>(from value: T,
5858
encoder: Firestore.Encoder = Firestore.Encoder()) async throws
59-
-> DocumentReference {
59+
-> DocumentReference {
6060
return try await withCheckedThrowingContinuation { continuation in
6161
var document: DocumentReference?
6262
document = self.addDocument(from: value, encoder: encoder) { error in

0 commit comments

Comments
 (0)