Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Mar 1, 2024
1 parent 28bed42 commit 97945a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neqo-client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion neqo-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 97945a4

Please sign in to comment.