mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 10:50:40 +00:00
Missing ) (#444)
This commit is contained in:
parent
7dd55eb126
commit
0a6368d681
@ -157,7 +157,7 @@ fn show_next(s: &mut Cursive) {
|
|||||||
.title("Question 1")
|
.title("Question 1")
|
||||||
.button("Yes!", |s| ()) //< Do something interesting here...
|
.button("Yes!", |s| ()) //< Do something interesting here...
|
||||||
.button("No!", |s| ()) //< And here as well...
|
.button("No!", |s| ()) //< And here as well...
|
||||||
.button("Uh?", |s| ()); //< And finally here too.
|
.button("Uh?", |s| ())); //< And finally here too.
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user