Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 1, 2024
1 parent 89c3eae commit 870ff08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instances.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Group::Group( Config::Group const & cfgGroup,
std::string const dictId = dict.id.toStdString();

//avoid duplicate dictionary in groups in config file.
if ( dictMap.contains( dictId ) && !dictOrderList.contains( dictId) ) {
if ( dictMap.contains( dictId ) && !dictOrderList.contains( dictId ) ) {
groupDicts.insert( dictId, dictMap[ dictId ] );
dictOrderList.push_back( dictId );
}
Expand Down

0 comments on commit 870ff08

Please sign in to comment.