Skip to content

Commit 3c30045

Browse files
committed
style: remove trailing whitespace in main.rs
1 parent c67224d commit 3c30045

File tree

1 file changed

+1
-1
lines changed
  • example-crates/example_wallet_rpc/src

1 file changed

+1
-1
lines changed

example-crates/example_wallet_rpc/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use serde_json::json;
1212
use std::{path::PathBuf, sync::mpsc::sync_channel, thread::spawn, time::Instant};
1313

1414
const DB_MAGIC: &str = "bdk-rpc-wallet-example";
15-
15+
1616
/// Bitcoind RPC example using `bdk_wallet::Wallet`.
1717
///
1818
/// This syncs the chain block-by-block and prints the current balance, transaction count and UTXO

0 commit comments

Comments
 (0)