Skip to content

Commit 1f15206

Browse files
committed
Format [skip ci]
1 parent 87f869a commit 1f15206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checkstl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3118,7 +3118,7 @@ void CheckStlImpl::useStlAlgorithm()
31183118
if (memberAccessTok && loopType == LoopType::RANGE) {
31193119
const int contVarId = memberAccessTok->astOperand1()->varId();
31203120
if (contVarId == loopVar->varId())
3121-
continue;
3121+
continue;
31223122
using Action = Library::Container::Action;
31233123
const auto action = astContainerAction(memberAccessTok->astOperand1(), mSettings.library);
31243124
if (contains({Action::PUSH, Action::INSERT}, action)) {

0 commit comments

Comments
 (0)