Skip to content

Commit

Permalink
Fix one empty line (damn you cargo fmt check)
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsofrancof committed Jul 26, 2024
1 parent 4201499 commit 3e8c81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl CustomList {
filtered_items: vec![],
}
}

/// Draw our custom widget to the frame
pub fn draw(&mut self, frame: &mut Frame, area: Rect, filter: String) {
let theme = get_theme();
Expand Down

0 comments on commit 3e8c81c

Please sign in to comment.