Skip to content

Commit

Permalink
MISC: Move punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSWang committed Nov 28, 2024
1 parent 615870f commit f6ac632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/triumvirate/src/monitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ std::string show_timestamp() {

void exit_fatal(const std::string& msg) {
if (is_colourable()) {
std::cout << "\n\033[1;37;41mFATAL:\033[0m " << msg << std::endl;
std::cout << "\n\033[1;37;41mFATAL\033[0m: " << msg << std::endl;
} else {
std::cout << "\nFATAL: " << msg << std::endl;
}
Expand Down

0 comments on commit f6ac632

Please sign in to comment.