Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 committed Jan 22, 2025
1 parent f34d103 commit 1465985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ fn print_error_and_diagnosis(log_level: Option<i64>, err: Error, error_diagnosis
stderr
.fg(term::color::RED)
.expect("Failed to set stderr output color.");
write!(stderr, "Error:").expect("Failed to write to stderr.");
write!(stderr, "Error: ").expect("Failed to write to stderr.");
stderr
.reset()
.expect("Failed to reset stderr output color.");
Expand Down

0 comments on commit 1465985

Please sign in to comment.