From 4ad8d05e7f35f0986d77a376b6d78c37613f43be Mon Sep 17 00:00:00 2001 From: Willem Wyndham Date: Wed, 19 Jun 2024 17:26:33 -0400 Subject: [PATCH] fix: fmt --- cmd/crates/stellar-ledger/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/crates/stellar-ledger/src/lib.rs b/cmd/crates/stellar-ledger/src/lib.rs index 7d5481eb2..45e8aea4c 100644 --- a/cmd/crates/stellar-ledger/src/lib.rs +++ b/cmd/crates/stellar-ledger/src/lib.rs @@ -84,7 +84,7 @@ unsafe impl Send for LedgerSigner where T: Exchange {} unsafe impl Sync for LedgerSigner 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, Error> {