Skip to content

Commit 32f9925

Browse files
committed
0.7.0
1 parent 2e41e88 commit 32f9925

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/repl.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2131,9 +2131,7 @@ impl ReplState {
21312131
let first_line = entry.lines().next().unwrap_or(entry.as_str());
21322132
let is_multiline = entry.contains('\n');
21332133
if is_multiline {
2134-
println!(
2135-
"\x1b[2m[{num:>4}]\x1b[0m {first_line} \x1b[2m(...)\x1b[0m"
2136-
);
2134+
println!("\x1b[2m[{num:>4}]\x1b[0m {first_line} \x1b[2m(...)\x1b[0m");
21372135
} else {
21382136
println!("\x1b[2m[{num:>4}]\x1b[0m {entry}");
21392137
}

0 commit comments

Comments
 (0)