Fixed formatting

This commit is contained in:
Bartek Kryza
2022-04-10 13:33:36 +02:00
parent f4d4633ece
commit 8e8945328e
7 changed files with 10 additions and 15 deletions

View File

@@ -52,8 +52,7 @@ public:
}
template <typename V = T>
void add_element(
const Path &path, std::unique_ptr<V> p)
void add_element(const Path &path, std::unique_ptr<V> p)
{
assert(p);