diff --git a/pallas-multiplexer/tests/integration.rs b/pallas-multiplexer/tests/integration.rs index 4de2aeb..80ebc83 100644 --- a/pallas-multiplexer/tests/integration.rs +++ b/pallas-multiplexer/tests/integration.rs @@ -1,5 +1,5 @@ use std::{ - net::{TcpListener, TcpStream, SocketAddrV4, Ipv4Addr}, + net::{Ipv4Addr, SocketAddrV4, TcpListener, TcpStream}, thread::{self, JoinHandle}, };