diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-26 23:26:23 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-26 23:44:35 +0100 |
| commit | c2465ff46ea2503cf839efdd90ccc5174f84fbe8 (patch) | |
| tree | a02e710e04bb1b1068534427b5bb8235f1071cde /src/handlers/zoom.rs | |
| parent | 1f28cbdf1dbe26e4c7da27323a0202a3276cb3a7 (diff) | |
Address clippy issues
Diffstat (limited to 'src/handlers/zoom.rs')
| -rw-r--r-- | src/handlers/zoom.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers/zoom.rs b/src/handlers/zoom.rs index 59a54a7..84b9bd5 100644 --- a/src/handlers/zoom.rs +++ b/src/handlers/zoom.rs @@ -16,8 +16,8 @@ use relm4::prelude::*; use crate::AppModel; -use crate::constants; use crate::components::footer::FooterAction; +use crate::constants; /// Sets the zoom level and updates the rendered image. pub fn zoom(model: &mut AppModel, level: f64) { |