Skip to content

Commit 23cb6ed

Browse files
Fmt Botgithub-actions[bot]
authored andcommitted
2026-01-11 automated rustfmt nightly
1 parent 1f51948 commit 23cb6ed

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)