Skip to content

Commit

Permalink
Fix small cargo format-check violation
Browse files Browse the repository at this point in the history
  • Loading branch information
tbergerd committed Sep 21, 2023
1 parent 650e0f9 commit 339693b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/paging.rs
Expand Up @@ -50,7 +50,6 @@ impl<'a> Paging<'a> {
self.current_page = cursor_pos / self.capacity;
}
}


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

0 comments on commit 339693b

Please sign in to comment.