Skip to content

Commit 0c79d7a

Browse files
committed
Cleanup
1 parent f8f2311 commit 0c79d7a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Examples/Reminders/RemindersDetail.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class RemindersDetailModel: HashableObject {
8888
}
8989
}
9090

91-
private var remindersQuery: some Statement<Row> & Sendable {
91+
private var remindersQuery: some Statement<Row> {
9292
Reminder
9393
.where {
9494
if !showCompleted {

Sources/SQLiteData/CloudKit/Internal/ForeignKey.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import StructuredQueries
44
#if EXCLUDE_EXPORTS
55
public import StructuredQueriesCore
6-
#else
7-
import StructuredQueriesCore
86
#endif
97

108
@Table

0 commit comments

Comments
 (0)