From 484cef24c79778009be24bbd722750814414ea33 Mon Sep 17 00:00:00 2001 From: sad Date: Fri, 4 Oct 2024 16:29:49 +0000 Subject: [PATCH] fmt --- src/main.rs | 4 +--- src/mods/proxy.rs | 13 +++---------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/src/main.rs b/src/main.rs index f89fa99..31ed825 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,9 +2,7 @@ use colored::*; use serde::Deserialize; use std::fs; use std::sync::atomic::{AtomicBool, Ordering}; -use tokio::io::{ - AsyncBufReadExt, AsyncRead, AsyncReadExt, AsyncWrite, AsyncWriteExt, -}; +use tokio::io::{AsyncBufReadExt, AsyncRead, AsyncReadExt, AsyncWrite, AsyncWriteExt}; use tokio::net::TcpStream; #[derive(Deserialize, Clone)] diff --git a/src/mods/proxy.rs b/src/mods/proxy.rs index b293d3e..186a858 100644 --- a/src/mods/proxy.rs +++ b/src/mods/proxy.rs @@ -16,17 +16,10 @@ pub async fn proxy_exec(config: &Config) -> Result