Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
grunweg committed May 8, 2022
1 parent 2c930e8 commit bc6498b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/term.rs
Expand Up @@ -459,7 +459,7 @@ impl Term {
// We cannot move up n lines, only current_row ones.
return Err(io::Error::new(
io::ErrorKind::Other,
format!("can only move up {} lines, not {}", current_row, n)
format!("can only move up {} lines, not {}", current_row, n),
));
}
}
Expand Down

0 comments on commit bc6498b

Please sign in to comment.