Skip to content

Commit e24bce8

Browse files
PhilipFackleractions-user
authored andcommitted
Apply pre-commmit fixes
1 parent 62a9e6a commit e24bce8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

GridKit/Utilities/CliArgs/ArgVector.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ namespace GridKit
126126
friend class CliArgsImpl;
127127
};
128128

129-
}
130-
}
129+
} // namespace Utilities
130+
} // namespace GridKit

tests/UnitTests/Utilities/runCliArgsTests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
int main()
44
{
5-
GridKit::Testing::TestingResults result;
6-
GridKit::Testing::CliArgsTests test;
5+
GridKit::Testing::TestingResults result;
6+
GridKit::Testing::CliArgsTests test;
77

88
result += test.construction();
99
result += test.simpleParse();

0 commit comments

Comments
 (0)