Skip to content

Commit 5176292

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 25681af commit 5176292

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Sources/StructuredQueriesCore/SQLite/JSONFunctions.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ extension PrimaryKeyedTableDefinition where QueryValue: _OptionalProtocol & Coda
179179
order: (some QueryExpression)? = Bool?.none,
180180
filter: (some QueryExpression<Bool>)? = Bool?.none
181181
) -> some QueryExpression<[Wrapped].JSONRepresentation>
182-
where QueryValue == Wrapped?
183-
{
182+
where QueryValue == Wrapped? {
184183
let filterQueryFragment =
185184
if let filter {
186185
self.primaryKey.isNot(nil).and(filter).queryFragment

Tests/StructuredQueriesTests/SelectTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ extension SnapshotTests {
10771077
└─────────────────────────────────────────────┴─────────────────────────────────────────────────┘
10781078
"""
10791079
}
1080-
1080+
10811081
// force empty join
10821082
assertQuery(
10831083
Reminder.as(R1.self)

0 commit comments

Comments
 (0)