From 381269a0c8d78ff98064219bc0f4d095c8d5a827 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 16 Mar 2020 15:45:24 +0100 Subject: [PATCH] small code formating in application --- src/App/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Application.cpp b/src/App/Application.cpp index aa0918195c..734894c1d5 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -2625,7 +2625,7 @@ void Application::ParseOptions(int ac, char ** av) } if (vm.count("run-test")) { - string testCase = vm["run-test"].as(); + string testCase = vm["run-test"].as(); if ( "0" == testCase) { testCase = "TestApp.All"; }