Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hoping committed Sep 21, 2024
1 parent 4abe790 commit a428b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/tcp_backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::{
};

use bytes::BytesMut;
use mio::{Interest, net::TcpStream, Poll, Token};
use mio::{net::TcpStream, Interest, Poll, Token};

use crate::{
config::OPTIONS,
Expand Down

0 comments on commit a428b46

Please sign in to comment.