Skip to content

Commit 0d969b2

Browse files
Fmt Botgithub-actions[bot]
authored andcommitted
2026-06-07 automated rustfmt nightly
1 parent 47dad6d commit 0d969b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ use std::time::{Duration, Instant, SystemTime, UNIX_EPOCH};
113113
#[cfg(cycle_tests)]
114114
use std::{any::Any, sync::Weak};
115115

116-
use crate::ffi::maybe_wrap;
117116
pub use balance::{BalanceDetails, LightningBalance, PendingSweepBalance};
118117
pub use bip39;
119118
pub use bitcoin;
@@ -183,6 +182,7 @@ use types::{
183182
pub use types::{ChannelDetails, CustomTlvRecord, PeerDetails, SyncAndAsyncKVStore, UserChannelId};
184183
pub use vss_client;
185184

185+
use crate::ffi::maybe_wrap;
186186
use crate::scoring::setup_background_pathfinding_scores_sync;
187187
use crate::wallet::FundingAmount;
188188

0 commit comments

Comments
 (0)