aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-03-27 12:35:22 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-03-27 13:52:53 +0100
commitd3c3b850572383fd724e8aeef0c1c924152fde70 (patch)
tree5c6d6130aa3a9242ccb9ffb15af6751660f90210 /src/main.rs
parent2bebe9de998ba8475c89c608254c76d63206a214 (diff)
Apply formatting
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),