From a84a276f1ad1061f428832692e522c75c011048b Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Thu, 18 Apr 2024 11:55:23 -0700 Subject: [PATCH] Lint --- src/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logging.h b/src/logging.h index 72ac69f0b..fd38e3e01 100644 --- a/src/logging.h +++ b/src/logging.h @@ -12,7 +12,7 @@ struct LogItems { // Special log related entries bool enabled{}; // Global on/off for all logging bool ansi_tags{true}; // Use ansi SGR color & style tags to make console output easier to read - bool warning{true}; // warning messages, like options that were set but don't apply + bool warning{true}; // warning messages, like options that were set but don't apply // Loggable actions, will always have the name below with the log entry bool generate_next_token{};