mirror of https://gitee.com/bigwinds/arangodb
use prefix increment to please cppcheck
This commit is contained in:
parent
9d7f893511
commit
83ed1d85eb
|
@ -231,7 +231,7 @@ std::pair<ExecutionState, NoStats> HashedCollectExecutor::produceRow(OutputAqlIt
|
|||
// produce output
|
||||
if (_currentGroup != _allGroups.end()) {
|
||||
writeCurrentGroupToOutput(output);
|
||||
_currentGroup++;
|
||||
++_currentGroup;
|
||||
}
|
||||
|
||||
ExecutionState state = _currentGroup != _allGroups.end() ? ExecutionState::HASMORE
|
||||
|
|
Loading…
Reference in New Issue