Skip to content

Commit bc6498b

Browse files
committed
one more
1 parent 2c930e8 commit bc6498b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/term.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ impl Term {
459459
// We cannot move up n lines, only current_row ones.
460460
return Err(io::Error::new(
461461
io::ErrorKind::Other,
462-
format!("can only move up {} lines, not {}", current_row, n)
462+
format!("can only move up {} lines, not {}", current_row, n),
463463
));
464464
}
465465
}

0 commit comments

Comments
 (0)