Skip to content

Commit c773eb9

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Sources/StructuredQueriesMacros/TableMacro.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ extension TableMacro: ExtensionMacro {
3434
var diagnostics: [Diagnostic] = []
3535

3636
// NB: A compiler bug prevents us from applying the '@_Draft' macro directly
37-
var draftBindings: [
38-
(PatternBindingSyntax, queryOutputType: TypeSyntax?, optionalize: Bool)
39-
] = []
37+
var draftBindings: [(PatternBindingSyntax, queryOutputType: TypeSyntax?, optionalize: Bool)] =
38+
[]
4039
// NB: End of workaround
4140

4241
var draftProperties: [DeclSyntax] = []

0 commit comments

Comments
 (0)