style(multiplexer): format code

This commit is contained in:
Santiago Carmuega 2021-12-19 17:29:30 -03:00
parent 1eb9d90300
commit 7b34b150a0

View file

@ -1,5 +1,5 @@
use std::{
net::{TcpListener, TcpStream, SocketAddrV4, Ipv4Addr},
net::{Ipv4Addr, SocketAddrV4, TcpListener, TcpStream},
thread::{self, JoinHandle},
};