From 09af50132a654a078a3ff8393949dde080e82d66 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sun, 29 Sep 2019 09:41:19 +0200 Subject: [PATCH] chore(fmt): rustfmt --- src/installed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installed.rs b/src/installed.rs index 46f9ee6..707dc1d 100644 --- a/src/installed.rs +++ b/src/installed.rs @@ -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 {