Skip to content

Commit 6054c0a

Browse files
committed
run cargo fmt
1 parent e5c0b9c commit 6054c0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ledger_device_sdk/src/ui/gadgets.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ pub fn get_event(buttons: &mut ButtonsState) -> Option<ButtonEvent> {
3535
return get_button_event(buttons, button_info);
3636
}
3737
}
38-
_ => {
39-
}
38+
_ => {}
4039
}
4140
}
4241
None

0 commit comments

Comments
 (0)