Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 66d91c5

Browse files
committed
misc: fix 'cargo fmt' issue
1 parent 09c1f72 commit 66d91c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ethers/examples/sign.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use ethers_signers::{LocalWallet, Signer};
1010
async fn main() -> Result<()> {
1111
// Generate a random wallet
1212
let wallet = LocalWallet::new(&mut thread_rng());
13-
13+
1414
// Declare the message you want to sign.
1515
let message = "Some data";
1616

0 commit comments

Comments
 (0)