Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Nov 21, 2023
1 parent 74fc9eb commit 397b3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub mod qlog;
pub mod timer;

pub use self::codec::{Decoder, Encoder};
pub use self::datagram::{Datagram, IpTosEcn, IpTosDscp};
pub use self::datagram::{Datagram, IpTosDscp, IpTosEcn};
pub use self::header::Header;
pub use self::incrdecoder::{
IncrementalDecoderBuffer, IncrementalDecoderIgnore, IncrementalDecoderUint,
Expand Down

0 comments on commit 397b3bb

Please sign in to comment.