C++: no parens in select message

Debatable; see comment thread in PR.
This commit is contained in:
Nora Dimitrijević
2022-10-12 13:01:37 +02:00
parent b42b88338e
commit 93c01371c3
2 changed files with 6 additions and 6 deletions

View File

@@ -50,4 +50,4 @@ where
not isParenthesized(ce) and
leftLoc.getEndLine() < rightLoc.getStartLine() and
leftLoc.getStartColumn() > rightLoc.getStartColumn()
select right, "The indentation level may be misleading (for some tab sizes)."
select right, "The indentation level may be misleading for some tab sizes."