From 4aa54b5f7317fbe07b8b2e13ab92ed3e4aff3d00 Mon Sep 17 00:00:00 2001 From: Dan Wang Date: Thu, 12 Dec 2024 11:23:11 +0800 Subject: [PATCH] format --- src/shell/command_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/command_helper.h b/src/shell/command_helper.h index 219bc3e5e2..6c4cafdd79 100644 --- a/src/shell/command_helper.h +++ b/src/shell/command_helper.h @@ -1048,7 +1048,7 @@ class aggregate_stats_calcs if (!__str.empty()) { \ const auto &__val = enum_from_string(__str.c_str(), invalid_val); \ if (__val == invalid_val) { \ - SHELL_PRINTLN_ERROR("invalid enum: '{}'", __str); \ + SHELL_PRINTLN_ERROR("invalid enum: '{}'", __str); \ return false; \ } \ enum_val = __val; \