Skip to content

Commit

Permalink
🎨 - Align Emojis for clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Peelen committed Apr 12, 2024
1 parent e1f139e commit dde0927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build/clean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ pub fn clean(path: &str) {
"{}{} {}Cleaned compiler assets in {:.2}s",
LINE_CLEAR,
style("[1/2]").bold().dim(),
CHECKMARK,
SWEEP,
timing_clean_compiler_assets_elapsed.as_secs_f64()
);
std::io::stdout().flush().unwrap();
Expand All @@ -390,7 +390,7 @@ pub fn clean(path: &str) {
"{}{} {}Cleaned mjs files in {:.2}s",
LINE_CLEAR,
style("[2/2]").bold().dim(),
CHECKMARK,
SWEEP,
timing_clean_mjs_elapsed.as_secs_f64()
);
std::io::stdout().flush().unwrap();
Expand Down

0 comments on commit dde0927

Please sign in to comment.