summaryrefslogtreecommitdiffhomepage
path: root/test/test-runner/src/logging.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-runner/src/logging.rs')
-rw-r--r--test/test-runner/src/logging.rs9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/test-runner/src/logging.rs b/test/test-runner/src/logging.rs
index 98f033e13a..ffe21de985 100644
--- a/test/test-runner/src/logging.rs
+++ b/test/test-runner/src/logging.rs
@@ -1,9 +1,10 @@
use log::{Level, LevelFilter, Metadata, Record, SetLoggerError};
use once_cell::sync::Lazy;
-use std::ffi::OsStr;
-use std::path::{Path, PathBuf};
-use test_rpc::logging::Error;
-use test_rpc::logging::{LogFile, LogOutput, Output};
+use std::{
+ ffi::OsStr,
+ path::{Path, PathBuf},
+};
+use test_rpc::logging::{Error, LogFile, LogOutput, Output};
use tokio::{
fs::File,
io::{self, AsyncBufReadExt, BufReader},