File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
CodeGeneration/Sources/generate-swiftsyntax/templates/swiftparser
Sources/SwiftParser/generated Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ let parserEntryFile = SourceFileSyntax(leadingTrivia: generateCopyrightHeader(fo
75
75
"""
76
76
)
77
77
} else {
78
- DeclSyntax (
78
+ DeclSyntax (
79
79
"""
80
80
extension \( raw: node. name) : SyntaxParseable {
81
81
public static func parse(from parser: inout Parser) -> Self {
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ extension CodeBlockItemSyntax: SyntaxParseable {
71
71
assertionFailure ( " Invalid code block item " )
72
72
return Syntax ( raw: RawSyntax ( parser. parseCodeBlockItem ( ) !) ) . cast ( Self . self)
73
73
}
74
- let raw = RawSyntax ( parser. parseRemainder ( into: node) )
74
+ let raw = RawSyntax ( parser. parseRemainder ( into: node) )
75
75
return Syntax ( raw: raw) . cast ( Self . self)
76
76
}
77
77
}
You can’t perform that action at this time.
0 commit comments