Skip to content

Commit

Permalink
Update createEnvironmentUpdater.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx authored Feb 4, 2025
1 parent 25ba48b commit 6cfc5f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void checkValidityOfRequiredEnvironmentUpdates(
for( unsigned int i = 0; i < updateIterator->second.size( ); i++ )
{
// Ignore global required updates.
if( updateIterator->second.at( i ) != "" )
if( updateIterator->second.at( i ) != "" )
{
// Check if body exists.
if( bodies.count( updateIterator->second.at( i ) ) == 0 )
Expand Down

0 comments on commit 6cfc5f9

Please sign in to comment.