Skip to content

Commit 72797df

Browse files
authored
Apply suggestions from code review
1 parent ce52b36 commit 72797df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SharingGRDBCore/CloudKit/UnsyncedRecordID.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
return Self.where {
3131
SQLQueryExpression(
3232
"""
33-
(\($0.recordName), \($0.zoneName), \($0.ownerName))
33+
(\($0.recordName), \($0.zoneName), \($0.ownerName)) \
3434
IN (\(condition))
3535
"""
3636
)

0 commit comments

Comments
 (0)