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 f0ffd8c commit c773eb9Copy full SHA for c773eb9
Sources/StructuredQueriesMacros/TableMacro.swift
@@ -34,9 +34,8 @@ extension TableMacro: ExtensionMacro {
34
var diagnostics: [Diagnostic] = []
35
36
// NB: A compiler bug prevents us from applying the '@_Draft' macro directly
37
- var draftBindings: [
38
- (PatternBindingSyntax, queryOutputType: TypeSyntax?, optionalize: Bool)
39
- ] = []
+ var draftBindings: [(PatternBindingSyntax, queryOutputType: TypeSyntax?, optionalize: Bool)] =
+ []
40
// NB: End of workaround
41
42
var draftProperties: [DeclSyntax] = []
0 commit comments