Skip to content

Commit 79210ad

Browse files
committed
wip
1 parent 1ad553e commit 79210ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StructuredQueriesCore/QueryFragment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public struct QueryFragment: Hashable, Sendable {
2929
switch $0 {
3030
case .sql(let sql):
3131
sql.isEmpty
32-
case .binding(let binding):
32+
case .binding:
3333
false
3434
}
3535
}

0 commit comments

Comments
 (0)