Skip to content

Commit

Permalink
Hotfix issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav Kumar committed Jun 10, 2020
1 parent 11f111c commit 5fc5693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const COAL_VAR: &str = "COAL_ACTIVE";
const NO_CON_ACTIVE: &str = "NO CON";

/* Colored asterisks. */
// const DEFAULT_ASTERISK: &str = "\\033[39m*\\033[39m";
const GREEN_ASTERISK: &str = "\\033[32m*\\033[39m";
const DEFAULT_ASTERISK: &str = "\\033[39m*\\033[39m";
// const GREEN_ASTERISK: &str = "\\033[32m*\\033[39m";

/********/
/* Util */
Expand Down

0 comments on commit 5fc5693

Please sign in to comment.