mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-23 09:30:54 +00:00
Run cargo fmt
This commit is contained in:
parent
4ce2bdf0ba
commit
2f4be7a6cd
3 changed files with 25 additions and 12 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue