We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35e8b2 commit b075531Copy full SHA for b075531
Sources/StructuredQueriesSQLiteMacros/DatabaseFunctionMacro.swift
@@ -201,7 +201,8 @@ extension DatabaseFunctionMacro: PeerMacro {
201
continue
202
}
203
204
- representableInputType = representableInputTypes.count == 1
+ representableInputType =
205
+ representableInputTypes.count == 1
206
? representableInputType
207
: "(\(representableInputType))"
208
0 commit comments