Skip to content

Commit 83763ce

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 66a7886 commit 83763ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/StructuredQueriesCore/Statements/Insert.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ extension Table {
158158
) -> InsertOf<Self> {
159159
withoutActuallyEscaping(updates) { updates in
160160
_insert(
161-
columnNames: TableColumns.writableColumns.map(\.name),
161+
columnNames: TableColumns.writableColumns.map(\.name),
162162
values: .values(values()),
163163
onConflict: conflictTargets,
164164
where: targetFilter,
@@ -324,7 +324,7 @@ extension Table {
324324
) -> InsertOf<Self> {
325325
withoutActuallyEscaping(updates) { updates in
326326
_insert(
327-
columns,
327+
columns,
328328
values: values,
329329
onConflict: conflictTargets,
330330
where: targetFilter,
@@ -488,7 +488,7 @@ extension Table {
488488
) -> InsertOf<Self> {
489489
withoutActuallyEscaping(updates) { updates in
490490
_insert(
491-
columns,
491+
columns,
492492
select: selection,
493493
onConflict: conflictTargets,
494494
where: targetFilter,

0 commit comments

Comments
 (0)