From db6edcd473a684420e9a7611b24462df21165c1b Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 24 Apr 2022 17:13:52 +0200 Subject: style: improve function and brace styling --- src/DI/function_wrapper.tpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/DI/function_wrapper.tpp') diff --git a/src/DI/function_wrapper.tpp b/src/DI/function_wrapper.tpp index d672a49..c7afc3d 100644 --- a/src/DI/function_wrapper.tpp +++ b/src/DI/function_wrapper.tpp @@ -5,7 +5,8 @@ #include "function_wrapper.hpp" template -FunctionWrapper::FunctionWrapper(Interface func) noexcept : _func(std::move(func)) +FunctionWrapper::FunctionWrapper(Interface func) noexcept + : _func(std::move(func)) { } -- cgit v1.2.3-18-g5258