Whitespace fixup

This commit is contained in:
Dane Johnson 2022-05-11 15:43:07 -05:00
parent 8c6f54054c
commit 92b0d5cb01

View File

@ -323,7 +323,6 @@ enum StringDialogResponse {
Accepted(String)
}
impl StringDialog {
fn show(&mut self) {
self.open = true;