File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Sources/SwiftFormat/PrettyPrint Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1104,7 +1104,7 @@ fileprivate final class TokenStreamCreator: SyntaxVisitor {
11041104 /// - rightDelimiter: The right parenthesis or bracket surrounding the arguments, if any.
11051105 /// - forcesBreakBeforeRightDelimiter: True if a line break should be forced before the right
11061106 /// right delimiter if a line break occurred after the left delimiter, or false if the right
1107- /// delimiter is allowed to hang on the same line as the final argument.
1107+ /// delimiter is allowed to hang on the same line as the final argument. # ignore-unacceptable-language
11081108 private func arrangeFunctionCallArgumentList(
11091109 _ arguments: LabeledExprListSyntax ,
11101110 leftDelimiter: TokenSyntax ? ,
You can’t perform that action at this time.
0 commit comments