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 a615c2c + dc64a5d commit 11134faCopy full SHA for 11134fa
Sources/SwiftFormatPrettyPrint/TokenStreamCreator.swift
@@ -2011,8 +2011,8 @@ fileprivate final class TokenStreamCreator: SyntaxVisitor {
2011
return .visitChildren
2012
}
2013
2014
- override func visit(_ node: SomeTypeSyntax) -> SyntaxVisitorContinueKind {
2015
- after(node.someSpecifier, tokens: .space)
+ override func visit(_ node: ConstrainedSugarTypeSyntax) -> SyntaxVisitorContinueKind {
+ after(node.someOrAnySpecifier, tokens: .space)
2016
2017
2018
0 commit comments