Skip to content

Commit 574486f

Browse files
committed
another log tweak
1 parent cfed09c commit 574486f

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
@@ -297,7 +297,7 @@ fn chest(items: &[String], gold: i32) {
297297
}
298298

299299
fn tombstone(items: &[String], gold: i32) {
300-
format_ls("\u{1FAA6}", items, gold);
300+
format_ls("\u{1FAA6} ", items, gold);
301301
}
302302

303303
fn format_ls(emoji: &str, items: &[String], gold: i32) {

0 commit comments

Comments
 (0)