meta: cargo fmt

pull/202/head
Jake McGinty 2022-03-15 11:07:05 +09:00
parent 5e645ef9f5
commit bb6bac3964
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
pub use anyhow::Error;
use ipnet::{IpNet};
use ipnet::IpNet;
use std::{
fs::{self, File, Permissions},
io,