chore: appease formatting linter

Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
This commit is contained in:
Ariadne Conill 2024-06-25 23:56:48 -07:00
parent 610f5345e6
commit 7a59418c03
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
use std::{sync::Arc, time::Duration};
use anyhow::{anyhow, Result};
use log::debug;
use krataloopdev::{LoopControl, LoopDevice};
use log::debug;
use tokio::time::sleep;
use xenclient::BlockDeviceRef;

View File

@ -3,8 +3,8 @@ use std::{fs, net::Ipv4Addr, path::PathBuf, str::FromStr, sync::Arc};
use anyhow::{anyhow, Result};
use ip::IpVendor;
use ipnetwork::{IpNetwork, Ipv4Network, Ipv6Network};
use log::error;
use krataloopdev::LoopControl;
use log::error;
use tokio::sync::Semaphore;
use uuid::Uuid;
use xenclient::XenClient;