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 {
1104
1104
/// - rightDelimiter: The right parenthesis or bracket surrounding the arguments, if any.
1105
1105
/// - forcesBreakBeforeRightDelimiter: True if a line break should be forced before the right
1106
1106
/// 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
1108
1108
private func arrangeFunctionCallArgumentList(
1109
1109
_ arguments: LabeledExprListSyntax ,
1110
1110
leftDelimiter: TokenSyntax ? ,
You can’t perform that action at this time.
0 commit comments