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.
2 parents 3852bac + 5563d44 commit b2000e7Copy full SHA for b2000e7
Sources/SwiftFormatPrettyPrint/TokenStreamCreator.swift
@@ -1471,6 +1471,7 @@ fileprivate final class TokenStreamCreator: SyntaxVisitor {
1471
}
1472
1473
override func visit(_ node: OperatorDeclSyntax) -> SyntaxVisitorContinueKind {
1474
+ after(node.fixity, tokens: .break)
1475
after(node.operatorKeyword, tokens: .break)
1476
return .visitChildren
1477
0 commit comments