From 339693bafa7941e403f45927c29760d406c69ba6 Mon Sep 17 00:00:00 2001 From: tbergerd <139167029+tbergerd@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:27:44 +0200 Subject: [PATCH] Fix small cargo format-check violation --- src/paging.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/paging.rs b/src/paging.rs index f73d5ee..a02bfef 100644 --- a/src/paging.rs +++ b/src/paging.rs @@ -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 {