Skip to content

Commit adad5c6

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/StructuredQueriesSQLite/Macros.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public macro DatabaseFunction<each T: QueryBindable>(
5050
as representableFunctionType: ((repeat each T) -> Void).Type,
5151
isDeterministic: Bool = false
5252
) =
53-
#externalMacro(
54-
module: "StructuredQueriesSQLiteMacros",
55-
type: "DatabaseFunctionMacro"
56-
)
53+
#externalMacro(
54+
module: "StructuredQueriesSQLiteMacros",
55+
type: "DatabaseFunctionMacro"
56+
)

0 commit comments

Comments
 (0)