Skip to content

Commit 5bed5c2

Browse files
authored
Update cpp/misra/src/rules/RULE-28-3-1/PredicateWithPersistentSideEffects.ql
1 parent 279a8c6 commit 5bed5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/misra/src/rules/RULE-28-3-1/PredicateWithPersistentSideEffects.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ where
4040
f = obj.getCallOperator()
4141
)
4242
)
43-
select usageSite, "Predicate $@ has a $@.", f, f.getName(), effect, "persistent side effect"
43+
select usageSite, "Predicate $@ has a $@.", f, f.getName(), effect, "persistent side effect."

0 commit comments

Comments
 (0)