Skip to content

Commit 6af48dc

Browse files
authored
Merge pull request #759 from lightningdevkit/create-pull-request/patch
Automated nightly rustfmt (2026-01-18)
2 parents d89b8cb + 6b6e523 commit 6af48dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/logger.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,10 @@ impl LdkLogger for Logger {
304304

305305
#[cfg(test)]
306306
mod tests {
307-
use super::*;
308307
use std::sync::Mutex;
309308

309+
use super::*;
310+
310311
/// A minimal log facade logger that captures log output for testing.
311312
struct TestLogger {
312313
log: Arc<Mutex<String>>,

src/runtime.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ use std::sync::{Arc, Mutex};
1010
use std::time::Duration;
1111

1212
use lightning::util::native_async::FutureSpawner;
13-
1413
use tokio::task::{JoinHandle, JoinSet};
1514

1615
use crate::config::{

0 commit comments

Comments
 (0)