From 389a0ef4da41029380008ea816a1f084c7db3014 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 26 Jul 2019 22:01:25 +0200 Subject: [PATCH] Apply clang-format --- tests/argumentparsertests.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/argumentparsertests.cpp b/tests/argumentparsertests.cpp index 006ffa4..5598f3e 100644 --- a/tests/argumentparsertests.cpp +++ b/tests/argumentparsertests.cpp @@ -832,8 +832,7 @@ void ArgumentParserTests::testHelp() parser.setMainArguments({ &verboseArg, &filesArg, &envArg, &parser.helpArg() }); { const OutputCheck c(APP_NAME ", version " APP_VERSION "\n" - "\n" - APP_DESCRIPTION "\n" + "\n" APP_DESCRIPTION "\n" "\n" "Available arguments:\n" "--verbose, -v\n"