Skip to content

Commit 1897df3

Browse files
committed
[Style] Delete inner label in isFieldDuplicated func
1 parent f190ece commit 1897df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SHFirestoreService/FirestoreQueryable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public protocol FirestoreQueryable {
4949
/// - Throws: `FirestoreServiceError` if the query execution fails.
5050
func isFieldDuplicated(
5151
endpoint: any FirestoreEndopintable,
52-
makeQuery query: FirestoreQueryHandler
52+
makeQuery: FirestoreQueryHandler
5353
) -> AnyPublisher<Bool, FirestoreServiceError>
5454
}
5555
#endif

0 commit comments

Comments
 (0)