Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
vnt-dev committed Dec 19, 2023
1 parent a56f1de commit 36c3efd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/service/main_service/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use packet::ip::ipv4;
use packet::ip::ipv4::packet::IpV4Packet;
use parking_lot::RwLock;
use protobuf::Message;
use tokio::net::UdpSocket;
use tokio::sync::mpsc::Sender;

use crate::cipher::Aes256GcmCipher;
Expand Down
3 changes: 1 addition & 2 deletions src/service/main_service/tcp_service.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
use std::io;
use std::net::SocketAddr;
use std::sync::Arc;

use tokio::io::{AsyncReadExt, AsyncWriteExt};
use tokio::net::tcp::OwnedReadHalf;
use tokio::net::{TcpListener, UdpSocket};
use tokio::net::TcpListener;
use tokio::sync::mpsc::{channel, Sender};

use crate::cipher::{Aes256GcmCipher, RsaCipher};
Expand Down

0 comments on commit 36c3efd

Please sign in to comment.