Skip to content

Commit 7de8583

Browse files
committed
fix: format
1 parent 7a1b5f5 commit 7de8583

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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)]

ledger_secure_sdk_sys/build.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ fn clone_sdk(device: &Device) -> PathBuf {
213213
Device::NanoS => (
214214
Path::new("https://github.com/LedgerHQ/ledger-secure-sdk"),
215215
"API_LEVEL_LNS",
216-
"93fa69b170dd819c6b93d5cf49dd21acee51ffd0"
216+
"93fa69b170dd819c6b93d5cf49dd21acee51ffd0",
217217
),
218218
Device::NanoX => (
219219
Path::new("https://github.com/LedgerHQ/ledger-secure-sdk"),
@@ -226,12 +226,12 @@ fn clone_sdk(device: &Device) -> PathBuf {
226226
"a3475f1cbfe59023c666086d6f69282d7c9b6117",
227227
),
228228
Device::Stax => (
229-
Path::new("https://github.com/LedgerHQ/ledger-secure-sdk"),
229+
Path::new("https://github.com/LedgerHQ/ledger-secure-sdk"),
230230
"API_LEVEL_21",
231231
"c7d4f4c77718c50ded4eb24d7f78b650475133af",
232232
),
233233
Device::Flex => (
234-
Path::new("https://github.com/LedgerHQ/ledger-secure-sdk"),
234+
Path::new("https://github.com/LedgerHQ/ledger-secure-sdk"),
235235
"API_LEVEL_21",
236236
"c7d4f4c77718c50ded4eb24d7f78b650475133af",
237237
),

0 commit comments

Comments
 (0)