1
0
mirror of https://github.com/tonarino/innernet.git synced 2024-11-24 08:42:33 +02:00

meta: cargo fmt

This commit is contained in:
Jake McGinty 2022-03-15 11:07:05 +09:00
parent 5e645ef9f5
commit bb6bac3964

View File

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