From ae1e2f97ad37b335f210d49dab97502bc468da6e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 8 Feb 2024 08:31:56 +0100 Subject: minor cleanup --- compat/exception.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat') diff --git a/compat/exception.hpp b/compat/exception.hpp index 8a5f34fb..eff75225 100644 --- a/compat/exception.hpp +++ b/compat/exception.hpp @@ -23,7 +23,7 @@ private: template exception::exception(const Fmt& fmt, Ts&&... args) noexcept { - fmt::format_to(std::back_inserter(buf), fmt, Corrade::Utility::forward(args)...); + fmt::format_to(std::back_inserter(buf), fmt, Corrade::Utility::forward(args)...); // todo remove buf.push_back('\0'); } -- cgit v1.2.3