Skip to content

Commit 0c8eda9

Browse files
committed
[io] Reverse newline change
1 parent d2d6cb4 commit 0c8eda9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fn main() -> ExitCode {
3535
match internal_wrapper() {
3636
Ok(()) => ExitCode::SUCCESS,
3737
Err(e) => {
38-
eprint!("{}", e);
38+
eprintln!("{}", e);
3939
ExitCode::FAILURE
4040
}
4141
}

0 commit comments

Comments
 (0)