From e59a267c5c2a8a30d2d603e7105ccca3ef4dc176 Mon Sep 17 00:00:00 2001 From: Ting-Hsuan Huang <72808219+fffelix-huang@users.noreply.github.com> Date: Sun, 13 Oct 2024 01:45:23 +0800 Subject: [PATCH] Update thread.cpp --- src/dpp/thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dpp/thread.cpp b/src/dpp/thread.cpp index af661fe663..3f006bdc48 100644 --- a/src/dpp/thread.cpp +++ b/src/dpp/thread.cpp @@ -91,4 +91,4 @@ void to_json(nlohmann::json& j, const thread_metadata& tmdata) { j["invitable"] = tmdata.invitable; } -} +} // namespace dpp