1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 21:23:52 +00:00

Fix comment whitespace

This commit is contained in:
Christoph Bachhuber 2020-03-07 11:41:49 +01:00 committed by Henry Schreiner
parent 286cd0f0e2
commit e85eaecf85

View File

@ -1844,7 +1844,7 @@ TEST_F(TApp, ConfigWriteReadWrite) {
EXPECT_EQ(config1, config2);
}
///////INI output tests
/////// INI output tests
TEST_F(TApp, IniOutputSimple) {