Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 committed Mar 18, 2024
1 parent f69ec0a commit 1cb4126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SystemContainer_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ TEST(SystemContainer, RemoveAtEnd)
ASSERT_EQ(cont.Size(), 2);

int idx = 0;
for (auto &i: cont)
for (auto &i : cont)
{
idx++;
ASSERT_EQ(i, idx);
Expand Down

0 comments on commit 1cb4126

Please sign in to comment.