From 7a248690dbb28ce797481888240bd469f682cf51 Mon Sep 17 00:00:00 2001 From: Felix Faber Date: Wed, 12 Jun 2024 13:21:23 +0200 Subject: [PATCH] Fixed whitespace in test --- test/cli/more-projects_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli/more-projects_test.py b/test/cli/more-projects_test.py index b0d0ff9f6f7..d8ba5c316b2 100644 --- a/test/cli/more-projects_test.py +++ b/test/cli/more-projects_test.py @@ -859,7 +859,7 @@ def test_shared_items_project(tmpdir = ""): '--project-configuration=Release|x64', '-j1' ] - + exitcode, stdout, stderr = cppcheck(args) assert exitcode == 0 lines = stdout.splitlines()