Skip to content

Commit

Permalink
Testing formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx authored Feb 3, 2025
1 parent 2078559 commit 5c1182f
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 5c1182f

Please sign in to comment.