small code formating in application

This commit is contained in:
Bernd Hahnebach
2020-03-16 15:45:24 +01:00
committed by GitHub
parent 261c4a6890
commit 381269a0c8

View File

@@ -2625,7 +2625,7 @@ void Application::ParseOptions(int ac, char ** av)
}
if (vm.count("run-test")) {
string testCase = vm["run-test"].as<string>();
string testCase = vm["run-test"].as<string>();
if ( "0" == testCase) {
testCase = "TestApp.All";
}