Skip to content

Commit cfed09c

Browse files
committed
fix log
1 parent 5c74403 commit cfed09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/log.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ fn tombstone(items: &[String], gold: i32) {
301301
}
302302

303303
fn format_ls(emoji: &str, items: &[String], gold: i32) {
304-
print!("{} ", emoji);
304+
print!("{}", emoji);
305305
if gold > 0 {
306306
print!(" {}", format_gold_plus(gold));
307307
}

0 commit comments

Comments
 (0)