Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan committed Dec 12, 2024
1 parent 93df1c9 commit 4aa54b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/command_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 4aa54b5

Please sign in to comment.