Skip to content

Commit ddc0447

Browse files
committed
Run swift-format
1 parent 916af7a commit ddc0447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftParserDiagnostics/ParseDiagnosticsGenerator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ public class ParseDiagnosticsGenerator: SyntaxAnyVisitor {
764764
message: RemoveNodesFixIt(unexpectedName),
765765
changes: [
766766
.makeMissing(unexpectedName),
767-
FixIt.Changes(changes: [.replaceTrailingTrivia(token: previous, newTrivia: .zero)])
767+
FixIt.Changes(changes: [.replaceTrailingTrivia(token: previous, newTrivia: .zero)]),
768768
]
769769
)
770770
],

0 commit comments

Comments
 (0)