Skip to content

Commit

Permalink
Run rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed May 31, 2024
1 parent e0c6618 commit 5e1d7c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cursive-core/src/views/menubar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ fn show_child(s: &mut Cursive, offset: Vec2, menu: Arc<menu::Tree>) {
);
}


impl View for Menubar {
fn draw(&self, printer: &Printer) {
// Draw the bar at the top
Expand Down

0 comments on commit 5e1d7c0

Please sign in to comment.