From 97945a4766cfb467e4f70a869651652ac6a54a73 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Fri, 1 Mar 2024 11:43:13 +0100 Subject: [PATCH] fmt --- neqo-client/src/main.rs | 2 +- neqo-server/src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/neqo-client/src/main.rs b/neqo-client/src/main.rs index 11a3bd2aa4..52c5be4c53 100644 --- a/neqo-client/src/main.rs +++ b/neqo-client/src/main.rs @@ -1064,7 +1064,7 @@ mod old { time::Instant, }; - use neqo_common::{event::Provider, qdebug, qinfo, udp, Datagram, qwarn, qerror}; + use neqo_common::{event::Provider, qdebug, qerror, qinfo, qwarn, udp, Datagram}; use neqo_crypto::{AuthenticationStatus, ResumptionToken}; use neqo_transport::{ Connection, ConnectionEvent, EmptyConnectionIdGenerator, Error, Output, State, StreamId, diff --git a/neqo-server/src/main.rs b/neqo-server/src/main.rs index 66b76515af..70f29ecc62 100644 --- a/neqo-server/src/main.rs +++ b/neqo-server/src/main.rs @@ -26,7 +26,7 @@ use futures::{ future::{select, select_all, Either}, FutureExt, }; -use neqo_common::{hex, qinfo, qwarn, udp, Datagram, Header, qerror}; +use neqo_common::{hex, qerror, qinfo, qwarn, udp, Datagram, Header}; use neqo_crypto::{ constants::{TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256}, generate_ech_keys, init_db, random, AntiReplay, Cipher,