Skip to content

Commit 1316958

Browse files
committed
Fix line break
1 parent c820c3a commit 1316958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/src/build/clean.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ pub fn clean(path: &Path, show_progress: bool, plain_output: bool) -> Result<()>
391391
};
392392

393393
if !plain_output && show_progress {
394-
println!(
394+
print!(
395395
"{} {}Cleaning {} files...",
396396
style("[2/2]").bold().dim(),
397397
SWEEP,

0 commit comments

Comments
 (0)