Skip to content

Commit 5b94289

Browse files
committed
Run cargo fmt
1 parent bcf1675 commit 5b94289

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ledger_secure_sdk_sys/build.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -547,11 +547,7 @@ impl SDKBuilder<'_> {
547547
.unwrap(),
548548
);
549549
if self.device.name == DeviceName::NanoSPlus || self.device.name == DeviceName::NanoX {
550-
bindings = bindings.clang_args([
551-
"-DHAVE_NBGL",
552-
"-DNBGL_STEP",
553-
"-DNBGL_USE_CASE",
554-
]);
550+
bindings = bindings.clang_args(["-DHAVE_NBGL", "-DNBGL_STEP", "-DNBGL_USE_CASE"]);
555551
}
556552
} else {
557553
bindings = bindings.clang_arg("-DHAVE_UX_FLOW");

0 commit comments

Comments
 (0)