Skip to content

Commit 3119477

Browse files
committed
Fix snapshots + lint
1 parent 121f60f commit 3119477

File tree

18 files changed

+1
-1
lines changed

18 files changed

+1
-1
lines changed

src/app_ui/sign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pub fn ui_display_tx(tx: &Tx) -> Result<bool, AppSW> {
5353
// Create transaction review
5454

5555
// Load glyph from file with include_gif macro. Creates an NBGL compatible glyph.
56-
#[cfg(target_os = "apex_p")]
56+
#[cfg(target_os = "apex_p")]
5757
const FERRIS: NbglGlyph = NbglGlyph::from_include(include_gif!("glyphs/crab_48x48.png", NBGL));
5858
#[cfg(any(target_os = "stax", target_os = "flex"))]
5959
const FERRIS: NbglGlyph = NbglGlyph::from_include(include_gif!("glyphs/crab_64x64.gif", NBGL));
0 Bytes
Loading
3 Bytes
Loading
1 Byte
Loading
-8 Bytes
Loading
1 Byte
Loading
-8 Bytes
Loading
2 Bytes
Loading
-1 Bytes
Loading
1 Byte
Loading

0 commit comments

Comments
 (0)