Skip to content

Commit 1115d2b

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent e30ebd6 commit 1115d2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/StructuredQueriesSQLiteMacros/DatabaseFunctionMacro.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ extension DatabaseFunctionMacro: PeerMacro {
201201
continue
202202
}
203203
}
204-
representableInputType = representableInputTypes.count == 1
204+
representableInputType =
205+
representableInputTypes.count == 1
205206
? representableInputType
206207
: "(\(representableInputType))"
207208

0 commit comments

Comments
 (0)