Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Jun 19, 2024
1 parent 8bb8049 commit 4ad8d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crates/stellar-ledger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ unsafe impl<T> Send for LedgerSigner<T> where T: Exchange {}
unsafe impl<T> Sync for LedgerSigner<T> where T: Exchange {}

/// Returns a new `LedgerSigner` with a native HID transport, e.i. the transport is connected to the Ledger device
///
///
/// # Errors
/// Returns an error if there is an issue with connecting with the device
pub fn native() -> Result<LedgerSigner<TransportNativeHID>, Error> {
Expand Down

0 comments on commit 4ad8d05

Please sign in to comment.