Fix one empty line (damn you cargo fmt check)

This commit is contained in:
afonsofrancof 2024-07-26 16:13:29 +01:00
parent 42014998b4
commit 3e8c81c92f
No known key found for this signature in database

View File

@ -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();