diff --git a/shared/src/lib.rs b/shared/src/lib.rs index ec5ec40..6f87b2e 100644 --- a/shared/src/lib.rs +++ b/shared/src/lib.rs @@ -1,5 +1,5 @@ pub use anyhow::Error; -use ipnet::{IpNet}; +use ipnet::IpNet; use std::{ fs::{self, File, Permissions}, io,