Run cargo fmt

This commit is contained in:
B. Blechschmidt 2023-03-20 17:56:54 +01:00
parent 4ce2bdf0ba
commit 2f4be7a6cd
3 changed files with 25 additions and 12 deletions

View file

@ -1,7 +1,7 @@
use tun2proxy::{ProxyType, main_entry};
use clap::{Parser, ValueEnum};
use env_logger::Env;
use std::net::SocketAddr;
use tun2proxy::{main_entry, ProxyType};
/// Tunnel interface to proxy
#[derive(Parser)]