formatting

pull/52/head
ilonachan 2024-03-25 19:25:11 +07:00 committed by Fijxu
parent 876d7f90b6
commit 040893da00
1 changed files with 1 additions and 1 deletions

@ -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