Skip to content

Commit 50fcc49

Browse files
author
Roland Peelen
committed
🎨 - Align Emojis for clean
1 parent 4e71dc6 commit 50fcc49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/build/clean.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ pub fn clean(path: &str) {
367367
"{}{} {}Cleaned compiler assets in {:.2}s",
368368
LINE_CLEAR,
369369
style("[1/2]").bold().dim(),
370-
CHECKMARK,
370+
SWEEP,
371371
timing_clean_compiler_assets_elapsed.as_secs_f64()
372372
);
373373
std::io::stdout().flush().unwrap();
@@ -390,7 +390,7 @@ pub fn clean(path: &str) {
390390
"{}{} {}Cleaned mjs files in {:.2}s",
391391
LINE_CLEAR,
392392
style("[2/2]").bold().dim(),
393-
CHECKMARK,
393+
SWEEP,
394394
timing_clean_mjs_elapsed.as_secs_f64()
395395
);
396396
std::io::stdout().flush().unwrap();

0 commit comments

Comments
 (0)