Skip to content

Commit

Permalink
redundant specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Dec 19, 2024
1 parent c0c3de6 commit 444d5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/message/LogMessage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace message {
std::string message;

/// The name of the reactor that made this log message if it was from a reactor's log function
std::string reactor_name{};
std::string reactor_name;

/// The statistics of the currently executing task that made this message
const std::shared_ptr<const ReactionStatistics> statistics{nullptr};
Expand Down

0 comments on commit 444d5e9

Please sign in to comment.