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 e2122d7 commit adad5c6Copy full SHA for adad5c6
Sources/StructuredQueriesSQLite/Macros.swift
@@ -50,7 +50,7 @@ public macro DatabaseFunction<each T: QueryBindable>(
50
as representableFunctionType: ((repeat each T) -> Void).Type,
51
isDeterministic: Bool = false
52
) =
53
-#externalMacro(
54
- module: "StructuredQueriesSQLiteMacros",
55
- type: "DatabaseFunctionMacro"
56
-)
+ #externalMacro(
+ module: "StructuredQueriesSQLiteMacros",
+ type: "DatabaseFunctionMacro"
+ )
0 commit comments