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 88a8900 commit 3578807Copy full SHA for 3578807
Sources/SwiftFormat/PrettyPrint/TokenStreamCreator.swift
@@ -1880,11 +1880,6 @@ fileprivate final class TokenStreamCreator: SyntaxVisitor {
1880
return .visitChildren
1881
}
1882
1883
- override func visit(_ node: ExposeAttributeArgumentsSyntax) -> SyntaxVisitorContinueKind {
1884
- after(node.comma, tokens: .break(.same, size: 1))
1885
- return .visitChildren
1886
- }
1887
-
1888
override func visit(_ node: AvailabilityLabeledArgumentSyntax) -> SyntaxVisitorContinueKind {
1889
before(node.label, tokens: .open)
1890
0 commit comments