From f4fe44ad024f4df27b10b33b97ed3405c6da079e Mon Sep 17 00:00:00 2001 From: Riyyi Date: Tue, 8 Mar 2022 00:07:54 +0100 Subject: [PATCH] Manager: Run clang-format --- src/dotfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotfile.cpp b/src/dotfile.cpp index a40a5fe..2b7d53b 100644 --- a/src/dotfile.cpp +++ b/src/dotfile.cpp @@ -108,7 +108,7 @@ void Dotfile::push(const std::vector& targets) } bool Dotfile::match(const std::filesystem::directory_entry& path, - const std::vector& patterns) + const std::vector& patterns) { std::string pathString = path.path().string(); assert(pathString.front() == '/');