H3: spurious reformat

This commit is contained in:
stammw
2020-04-25 09:13:36 +02:00
parent 71fb7a410a
commit 24ec32cd94
+5 -1
View File
@@ -129,7 +129,11 @@ use crate::{
data::SendData,
frame::{FrameDecoder, FrameStream},
headers::DecodeHeaders,
proto::{frame::HttpFrame, headers::Header, ErrorCode},
proto::{
frame::HttpFrame,
headers::Header,
ErrorCode,
},
streams::Reset,
Error, Settings,
};