Skip to content

Commit a4f0516

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StructuredQueriesCore/Internal/Deprecations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extension Table {
2222
_ rows: [Self],
2323
onConflict doUpdate: ((inout Updates<Self>) -> Void)? = nil
2424
) -> InsertOf<Self> {
25-
insert(or: conflictResolution, values: { rows }, onConflict: doUpdate )
25+
insert(or: conflictResolution, values: { rows }, onConflict: doUpdate)
2626
}
2727

2828
@available(*, deprecated, renamed: "insert(or:_:values:onConflictDoUpdate:)")

0 commit comments

Comments
 (0)