chore(fmt): rustfmt

This commit is contained in:
Lewin Bormann
2019-09-29 09:41:19 +02:00
parent 5edae41303
commit 09af50132a

View File

@@ -208,7 +208,7 @@ impl<'c, FD: 'static + FlowDelegate + Clone + Send, C: 'c + hyper::client::conne
r.into_body()
.concat2()
.map(|c| String::from_utf8(c.into_bytes().to_vec()).unwrap())
// TODO: error handling
// TODO: error handling
})
.then(|body_or| {
let resp = match body_or {