File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Sources/SwiftFormatPrettyPrint Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -1209,18 +1209,6 @@ fileprivate final class TokenStreamCreator: SyntaxVisitor {
1209
1209
return . skipChildren
1210
1210
}
1211
1211
1212
- override func visit( _ node: ObjectLiteralExprSyntax ) -> SyntaxVisitorContinueKind {
1213
- // TODO: Remove this; it has been subsumed by `MacroExpansionDeclSyntax`. But that feature is
1214
- // still in flux and this node type is still present in the API, even though nothing in the
1215
- // parser currently creates it.
1216
- arrangeFunctionCallArgumentList (
1217
- node. arguments,
1218
- leftDelimiter: node. leftParen,
1219
- rightDelimiter: node. rightParen,
1220
- forcesBreakBeforeRightDelimiter: false )
1221
- return . visitChildren
1222
- }
1223
-
1224
1212
override func visit( _ node: MacroExpansionDeclSyntax ) -> SyntaxVisitorContinueKind {
1225
1213
arrangeFunctionCallArgumentList (
1226
1214
node. argumentList,
You can’t perform that action at this time.
0 commit comments