Skip to content

Commit 58be9de

Browse files
committed
Attempt to rebase.
1 parent 217377b commit 58be9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftFormatPrettyPrint/TokenStreamCreator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,7 @@ fileprivate final class TokenStreamCreator: SyntaxVisitor {
17771777

17781778
let wrapsBeforeOperator = !isAssigningOperator(binOp)
17791779

1780-
if shouldRequireWhitespace(around: binOp) {
1780+
if shouldRequireWhitespace(around: binOp, configuration: config) {
17811781
if isAssigningOperator(binOp) {
17821782
var beforeTokens: [Token]
17831783

0 commit comments

Comments
 (0)