Skip to content

Commit

Permalink
WIP - fix ruststyle
Browse files Browse the repository at this point in the history
  • Loading branch information
grdddj committed Oct 3, 2023
1 parent 6afb0e5 commit 0c0331e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/embed/rust/src/ui/model_tt/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,8 @@ extern "C" fn new_confirm_reset_device(n_args: usize, args: *const Obj, kwargs:
Paragraph::new(
&theme::TEXT_NORMAL,
StrBuffer::from(tr("reset__by_continuing")),
).with_bottom_padding(17), // simulating a carriage return
)
.with_bottom_padding(17), // simulating a carriage return
Paragraph::new(
&theme::TEXT_NORMAL,
StrBuffer::from(tr("reset__more_info_at")),
Expand Down

0 comments on commit 0c0331e

Please sign in to comment.