chore: global cleanup
This commit is contained in:
+2
-2
@@ -1,13 +1,13 @@
|
||||
use log::{error, warn};
|
||||
use nix::{
|
||||
sys::signal::{kill, Signal},
|
||||
sys::signal::{Signal, kill},
|
||||
unistd::Pid,
|
||||
};
|
||||
use std::num::NonZero;
|
||||
use tokio::{
|
||||
process, select,
|
||||
sync::{mpsc, watch},
|
||||
time::{sleep, sleep_until, Duration, Instant},
|
||||
time::{Duration, Instant, sleep, sleep_until},
|
||||
};
|
||||
|
||||
use super::{Error, Result, Service};
|
||||
|
||||
Reference in New Issue
Block a user