Skip to content

Commit 2d02851

Browse files
committed
Remove unnecessary .raw
1 parent ddc0447 commit 2d02851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftParser/Declarations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ extension Parser {
14091409
let unexpectedOutput = output
14101410
{
14111411
output = nil
1412-
unexpectedAfterOutput = RawUnexpectedNodesSyntax([unexpectedOutput.raw], arena: self.arena)
1412+
unexpectedAfterOutput = RawUnexpectedNodesSyntax([unexpectedOutput], arena: self.arena)
14131413
}
14141414

14151415
return RawFunctionSignatureSyntax(

0 commit comments

Comments
 (0)