We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a9e6a commit e24bce8Copy full SHA for e24bce8
2 files changed
GridKit/Utilities/CliArgs/ArgVector.hpp
@@ -126,5 +126,5 @@ namespace GridKit
126
friend class CliArgsImpl;
127
};
128
129
- }
130
-}
+ } // namespace Utilities
+} // namespace GridKit
tests/UnitTests/Utilities/runCliArgsTests.cpp
@@ -2,8 +2,8 @@
2
3
int main()
4
{
5
- GridKit::Testing::TestingResults result;
6
- GridKit::Testing::CliArgsTests test;
+ GridKit::Testing::TestingResults result;
+ GridKit::Testing::CliArgsTests test;
7
8
result += test.construction();
9
result += test.simpleParse();
0 commit comments