File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Sources/SwiftFormatPrettyPrint Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1641,10 +1641,6 @@ fileprivate final class TokenStreamCreator: SyntaxVisitor {
1641
1641
return . visitChildren
1642
1642
}
1643
1643
1644
- override func visit( _ node: ElseBlockSyntax ) -> SyntaxVisitorContinueKind {
1645
- return . visitChildren
1646
- }
1647
-
1648
1644
override func visit( _ node: ConditionElementSyntax ) -> SyntaxVisitorContinueKind {
1649
1645
before ( node. firstToken, tokens: . open)
1650
1646
if let comma = node. trailingComma {
@@ -2178,10 +2174,6 @@ fileprivate final class TokenStreamCreator: SyntaxVisitor {
2178
2174
return . visitChildren
2179
2175
}
2180
2176
2181
- override func visit( _ node: ElseIfContinuationSyntax ) -> SyntaxVisitorContinueKind {
2182
- return . visitChildren
2183
- }
2184
-
2185
2177
override func visit( _ node: GenericWhereClauseSyntax ) -> SyntaxVisitorContinueKind {
2186
2178
guard node. whereKeyword != node. lastToken else {
2187
2179
verbatimToken ( Syntax ( node) )
You can’t perform that action at this time.
0 commit comments