Skip to content

Commit 4148e2c

Browse files
committed
fix: format
1 parent e16f6c2 commit 4148e2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ledger_device_sdk/src/ui/gadgets.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,10 @@ impl<'a> Menu<'a> {
366366
pub enum PageStyle {
367367
#[default]
368368
PictureNormal, // Picture (should be 16x16) with two lines of text (page layout depends on device).
369-
PictureBold, // Icon on top with one line of text on the bottom.
370-
BoldNormal, // One line of bold text and one line of normal text.
371-
Normal, // 2 lines of centered text.
372-
BoldCenteredNormal, // 2 lines of centered text, where the first one is bold
369+
PictureBold, // Icon on top with one line of text on the bottom.
370+
BoldNormal, // One line of bold text and one line of normal text.
371+
Normal, // 2 lines of centered text.
372+
BoldCenteredNormal, // 2 lines of centered text, where the first one is bold
373373
}
374374

375375
#[derive(Copy, Clone, Default)]

0 commit comments

Comments
 (0)