We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f869a commit 1f15206Copy full SHA for 1f15206
1 file changed
lib/checkstl.cpp
@@ -3118,7 +3118,7 @@ void CheckStlImpl::useStlAlgorithm()
3118
if (memberAccessTok && loopType == LoopType::RANGE) {
3119
const int contVarId = memberAccessTok->astOperand1()->varId();
3120
if (contVarId == loopVar->varId())
3121
- continue;
+ continue;
3122
using Action = Library::Container::Action;
3123
const auto action = astContainerAction(memberAccessTok->astOperand1(), mSettings.library);
3124
if (contains({Action::PUSH, Action::INSERT}, action)) {
0 commit comments