Skip to content

Commit f89d9e0

Browse files
committed
Fix formatting in select statement for EXP50-CPP rule
1 parent 20280e7 commit f89d9e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/cert/src/rules/EXP50-CPP/DoNotDependOnTheOrderOfScalarObjectEvaluationForSideEffects.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ where
3333
va1 = ve.getAnAccess() and
3434
FullExprOrdering::isUnsequenced(va1, va2) and
3535
v = va1.getTarget()
36-
select e, "Scalar object referenced by $@ has a $@ that is unsequenced relative to another $@.",
37-
v, v.getName(), ve, "side-effect", va2, "side-effect or value computation"
36+
select e, "Scalar object referenced by $@ has a $@ that is unsequenced relative to another $@.", v,
37+
v.getName(), ve, "side-effect", va2, "side-effect or value computation"

0 commit comments

Comments
 (0)