Skip to content

Commit d708a58

Browse files
committed
Fix lint issue
1 parent 4ab1e3a commit d708a58

File tree

1 file changed

+1
-1
lines changed
  • ledger_device_sdk/src

1 file changed

+1
-1
lines changed

ledger_device_sdk/src/io.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub enum Event<T> {
9494
#[cfg(any(target_os = "stax", target_os = "flex"))]
9595
TouchEvent,
9696
/// Ticker
97-
Ticker
97+
Ticker,
9898
}
9999

100100
/// Manages the communication of the device: receives events such as button presses, incoming

0 commit comments

Comments
 (0)