Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristories committed Oct 22, 2022
1 parent c431ac4 commit 8736e4d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ fn main() {

let mut siv = cursive::default();

siv.add_layer(
Dialog::around(select.scrollable().fixed_size((40, 10))).title("My Keys"),
);

siv.add_layer(Dialog::around(select.scrollable().fixed_size((40, 10))).title("My Keys"));
siv.run();
}

Expand Down

0 comments on commit 8736e4d

Please sign in to comment.