mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
fix missing brace (#495)
This commit is contained in:
parent
ad935f5126
commit
792c4f1638
@ -245,7 +245,7 @@ fn add_name(s: &mut Cursive) {
|
||||
view.get_content()
|
||||
}).unwrap();
|
||||
})
|
||||
.button("Cancel", |s|
|
||||
.button("Cancel", |s| {
|
||||
s.pop_layer();
|
||||
}));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user