style(multiplexer): format code
This commit is contained in:
parent
1eb9d90300
commit
7b34b150a0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
use std::{
|
use std::{
|
||||||
net::{TcpListener, TcpStream, SocketAddrV4, Ipv4Addr},
|
net::{Ipv4Addr, SocketAddrV4, TcpListener, TcpStream},
|
||||||
thread::{self, JoinHandle},
|
thread::{self, JoinHandle},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue