Skip to content

Commit 5ea8f3c

Browse files
authored
Merge pull request #749 from lightningdevkit/create-pull-request/patch
Automated nightly rustfmt (2026-01-11)
2 parents 1f51948 + 23cb6ed commit 5ea8f3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/io/utils.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
use std::fs::{self, OpenOptions};
99
use std::io::Write;
1010
use std::ops::Deref;
11-
use std::path::Path;
12-
use std::sync::Arc;
13-
1411
#[cfg(unix)]
1512
use std::os::unix::fs::OpenOptionsExt;
13+
use std::path::Path;
14+
use std::sync::Arc;
1615

1716
use bdk_chain::indexer::keychain_txout::ChangeSet as BdkIndexerChangeSet;
1817
use bdk_chain::local_chain::ChangeSet as BdkLocalChainChangeSet;

0 commit comments

Comments
 (0)