From 22f6d0c305cef1ba52af2f41526db953bc1204b6 Mon Sep 17 00:00:00 2001 From: grdddj Date: Mon, 14 Nov 2022 06:48:44 +0100 Subject: [PATCH] WIP - fix ruststyle --- core/embed/rust/src/ui/model_tr/component/qr_code.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};