From 932f4cdc07c0d5894621f51ad45b286e6c2e4415 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 2 Oct 2022 18:14:48 +0100 Subject: Latest clang-formatting --- lib/collection.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/collection.hpp') diff --git a/lib/collection.hpp b/lib/collection.hpp index 4a54124..65d72f3 100644 --- a/lib/collection.hpp +++ b/lib/collection.hpp @@ -16,7 +16,8 @@ public: template auto - create(Params &&... params) requires std::is_base_of_v + create(Params &&... params) + requires std::is_base_of_v { if constexpr (shared) { auto obj = std::make_shared(std::forward(params)...); -- cgit v1.2.3