From 7b34b150a0baa15faaafecf7ac3f82d64b5811db Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sun, 19 Dec 2021 17:29:30 -0300 Subject: [PATCH] style(multiplexer): format code --- pallas-multiplexer/tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, };