mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
Fix one empty line (damn you cargo fmt check)
This commit is contained in:
parent
42014998b4
commit
3e8c81c92f
|
@ -136,7 +136,7 @@ impl CustomList {
|
||||||
filtered_items: vec![],
|
filtered_items: vec![],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Draw our custom widget to the frame
|
/// Draw our custom widget to the frame
|
||||||
pub fn draw(&mut self, frame: &mut Frame, area: Rect, filter: String) {
|
pub fn draw(&mut self, frame: &mut Frame, area: Rect, filter: String) {
|
||||||
let theme = get_theme();
|
let theme = get_theme();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user