From 040893da00a4d42f973756e26c7f94213d4d7685 Mon Sep 17 00:00:00 2001
From: ilonachan <nagato_ilona@proton.me>
Date: Mon, 25 Mar 2024 19:25:11 +0100
Subject: [PATCH] formatting

---
 src/common/logging/filter.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/logging/filter.cpp b/src/common/logging/filter.cpp
index c16f4df3aa..ae866c7a50 100644
--- a/src/common/logging/filter.cpp
+++ b/src/common/logging/filter.cpp
@@ -171,7 +171,7 @@ const char* GetLogClassName(Class log_class) {
 #define SUB(x, y)                                                                                  \
     case Class::x##_##y:                                                                           \
         return #x "." #y;
-//        return #x "_" #y;
+        // return #x "_" #y;
         ALL_LOG_CLASSES()
 #undef CLS
 #undef SUB
-- 
GitLab