aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 655462c..5d0b88e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -614,7 +614,7 @@ impl SimpleComponent for AppModel {
.visible(true)
.build()
.present(Some(&self.window));
- },
+ }
// Preferences
Action::ShowPreferences => handlers::preferences::show(self, &sender),