Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanUnderhill committed Apr 18, 2024
1 parent 2f5be41 commit a84a276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -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{};
Expand Down

0 comments on commit a84a276

Please sign in to comment.