Formatting

This commit is contained in:
Daniel García
2019-12-27 18:37:14 +01:00
parent 4cec502f7b
commit a0ece3754b
13 changed files with 29 additions and 67 deletions

View File

@@ -94,7 +94,7 @@ impl std::fmt::Debug for Error {
} else {
write!(f, "{}. {}", self.message, s)
}
},
}
ErrorKind::JsonError(_) => write!(f, "{}", self.message),
_ => unreachable!(),
},