Browse Source

Manager: Run clang-format

master
Riyyi 2 years ago
parent
commit
f4fe44ad02
  1. 2
      src/dotfile.cpp

2
src/dotfile.cpp

@ -108,7 +108,7 @@ void Dotfile::push(const std::vector<std::string>& targets)
}
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();
assert(pathString.front() == '/');

Loading…
Cancel
Save