From 49a9ef8bc48167cab02a90d6fa6d933a775e9b8e Mon Sep 17 00:00:00 2001 From: a4z Date: Fri, 10 May 2024 11:06:11 +0200 Subject: [PATCH] Apply clang format --- tests/base/filename_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/base/filename_test.cpp b/tests/base/filename_test.cpp index 5f8bf45..162c622 100644 --- a/tests/base/filename_test.cpp +++ b/tests/base/filename_test.cpp @@ -1,8 +1,8 @@ #include #include -#include #include +#include SCENARIO("Check find slashes") { GIVEN("a string with more than 2 slashes") {