Apply clang-format

This commit is contained in:
Martchus 2023-11-21 22:10:44 +01:00
parent 9f134725c7
commit 2e1d9a700b
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ void PasswordFileTests::testExtendedWriting()
CPPUNIT_ASSERT_LESS(fileSize, file.size());
file.load();
auto path = std::list<std::string>{"newAccount"};
auto path = std::list<std::string>{ "newAccount" };
CPPUNIT_ASSERT(file.rootEntry());
CPPUNIT_ASSERT(!file.rootEntry()->entryByPath(path));
}