From 2e1d9a700bcc410dc5aed730c0eaed04d7857970 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 21 Nov 2023 22:10:44 +0100 Subject: [PATCH] Apply clang-format --- tests/passwordfiletests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/passwordfiletests.cpp b/tests/passwordfiletests.cpp index abf4b76..96b1a1c 100644 --- a/tests/passwordfiletests.cpp +++ b/tests/passwordfiletests.cpp @@ -231,7 +231,7 @@ void PasswordFileTests::testExtendedWriting() CPPUNIT_ASSERT_LESS(fileSize, file.size()); file.load(); - auto path = std::list{"newAccount"}; + auto path = std::list{ "newAccount" }; CPPUNIT_ASSERT(file.rootEntry()); CPPUNIT_ASSERT(!file.rootEntry()->entryByPath(path)); }