Skip to content

Commit 4e221ed

Browse files
committed
Format runtime test imports
1 parent 49ceb55 commit 4e221ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/runtime.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,10 @@ impl FutureSpawner for RuntimeSpawner {
381381

382382
#[cfg(test)]
383383
mod tests {
384-
use super::*;
385-
386384
use tokio::sync::oneshot;
387385

386+
use super::*;
387+
388388
fn test_runtime() -> Runtime {
389389
Runtime::new(Arc::new(Logger::new_log_facade())).unwrap()
390390
}

0 commit comments

Comments
 (0)