Skip to content

Commit c851cb4

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent fc24915 commit c851cb4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Tests/StructuredQueriesTests/OperatorsTests.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,8 @@ extension SnapshotTests {
422422
Reminder.select { $0.id.min() } ?? 0,
423423
and: (Reminder.select { $0.id.max() } ?? 0) / 3
424424
)
425-
}) {
425+
}
426+
) {
426427
"""
427428
SELECT "reminders"."id", "reminders"."assignedUserID", "reminders"."dueDate", "reminders"."isCompleted", "reminders"."isFlagged", "reminders"."notes", "reminders"."priority", "reminders"."remindersListID", "reminders"."title"
428429
FROM "reminders"
@@ -434,7 +435,7 @@ extension SnapshotTests {
434435
FROM "reminders"
435436
), 0) / 3))
436437
"""
437-
}results: {
438+
} results: {
438439
"""
439440
┌────────────────────────────────────────────┐
440441
│ Reminder( │

0 commit comments

Comments
 (0)