summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response
diff options
context:
space:
mode:
authorSameer Puri <11097096+sameer@users.noreply.github.com>2018-12-31 16:29:00 -0500
committerSameer Puri <11097096+sameer@users.noreply.github.com>2018-12-31 16:29:00 -0500
commit2704d2b28996808fe4d20138034e1af81ddc8b0e (patch)
treeb1107cfa3cedfa75805dd91bb7029ee2e50e5c9c /ipfs-api/src/response
parente7542e68ce88665290ce4a6af6334f34e1479c5c (diff)
Run cargo fmt
Diffstat (limited to 'ipfs-api/src/response')
-rw-r--r--ipfs-api/src/response/error.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/ipfs-api/src/response/error.rs b/ipfs-api/src/response/error.rs
index 8e43d51..94f7fa9 100644
--- a/ipfs-api/src/response/error.rs
+++ b/ipfs-api/src/response/error.rs
@@ -54,10 +54,7 @@ pub enum Error {
StreamError(String),
/// API returned a trailer header with unrecognized value.
- #[fail(
- display = "api returned a trailer header with unknown value: '{}'",
- _0
- )]
+ #[fail(display = "api returned a trailer header with unknown value: '{}'", _0)]
UnrecognizedTrailerHeader(String),
#[fail(display = "api returned unknwon error '{}'", _0)]