From d0a28631806ed635c126a80be21b4fb330da70a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3n=20Bjarni=20Bjarnason?= Date: Mon, 9 Oct 2023 15:52:41 +0000 Subject: [PATCH] format --- libs/ipc/inc/public/tfc/ipc/details/impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ipc/inc/public/tfc/ipc/details/impl.hpp b/libs/ipc/inc/public/tfc/ipc/details/impl.hpp index bc1c534271..bcdd06275a 100644 --- a/libs/ipc/inc/public/tfc/ipc/details/impl.hpp +++ b/libs/ipc/inc/public/tfc/ipc/details/impl.hpp @@ -325,7 +325,7 @@ class slot_callback : public std::enable_shared_from_this(callback)]( std::expected value) mutable { if (auto sptr = bind_reference.lock()) { - sptr->async_new_state(value, std::forward(callb)); //NOSONAR + sptr->async_new_state(value, std::forward(callb)); // NOSONAR } }); }