Skip to content

Commit 60edc6e

Browse files
ie qol fix that removes extra newline
1 parent 979282c commit 60edc6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ie.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ fn execution() {
1818
.expect("Failed to read line");
1919

2020
line = line.trim().to_string();
21-
println!();
2221
code::run_line(line);
2322
}

0 commit comments

Comments
 (0)