Skip to content

Commit f2656d8

Browse files
committed
CPP: Autoformat.
1 parent e489362 commit f2656d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Arithmetic/ComparisonPrecedence.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ where
1818
co.getAChild() = chco and
1919
not chco.isParenthesised() and
2020
not co.isFromUninstantiatedTemplate(_)
21-
select co, "Comparison as an operand to another comparison."
21+
select co, "Comparison as an operand to another comparison."

0 commit comments

Comments
 (0)