Skip to content

Commit 9957ea0

Browse files
authored
Add ignore-unacceptable-language to TokenStreamCreator.swift
1 parent e0365bd commit 9957ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftFormat/PrettyPrint/TokenStreamCreator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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?,

0 commit comments

Comments
 (0)