Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverlord committed Jul 16, 2024
1 parent 67f3191 commit 58f6436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbroker/broker/logger.hh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set_console_logger(event::severity_level severity,
inline void
set_console_logger(std::string_view severity,
event::component_mask mask = event::default_component_mask) {
logger(make_console_logger(severity,mask));
logger(make_console_logger(severity, mask));
}

} // namespace broker
Expand Down

0 comments on commit 58f6436

Please sign in to comment.