diff --git a/core/embed/rust/src/ui/model_tr/component/qr_code.rs b/core/embed/rust/src/ui/model_tr/component/qr_code.rs index fc69ab9d12..dad43426b2 100644 --- a/core/embed/rust/src/ui/model_tr/component/qr_code.rs +++ b/core/embed/rust/src/ui/model_tr/component/qr_code.rs @@ -1,7 +1,7 @@ use crate::ui::{ component::{Child, Component, Event, EventCtx}, display::{self, Font}, - geometry::{Rect}, + geometry::Rect, }; use super::{theme, ButtonController, ButtonControllerMsg, ButtonLayout, ButtonPos};