Skip to content

Commit 339693b

Browse files
committed
Fix small cargo format-check violation
1 parent 650e0f9 commit 339693b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/paging.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ impl<'a> Paging<'a> {
5050
self.current_page = cursor_pos / self.capacity;
5151
}
5252
}
53-
5453

5554
/// Updates all internal based on the current terminal size and cursor position
5655
pub fn update(&mut self, cursor_pos: usize) -> Result {

0 commit comments

Comments
 (0)