Manager: Run clang-format

This commit is contained in:
Riyyi
2022-03-08 00:07:54 +01:00
parent db22cc9f06
commit f4fe44ad02
+1 -1
View File
@@ -108,7 +108,7 @@ void Dotfile::push(const std::vector<std::string>& targets)
} }
bool Dotfile::match(const std::filesystem::directory_entry& path, bool Dotfile::match(const std::filesystem::directory_entry& path,
const std::vector<std::string>& patterns) const std::vector<std::string>& patterns)
{ {
std::string pathString = path.path().string(); std::string pathString = path.path().string();
assert(pathString.front() == '/'); assert(pathString.front() == '/');