Skip to content

Commit

Permalink
Apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Nov 21, 2023
1 parent 9f13472 commit 2e1d9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/passwordfiletests.cpp
Expand Up @@ -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));
}

0 comments on commit 2e1d9a7

Please sign in to comment.