1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-14 00:04:59 +00:00

Formatting

This commit is contained in:
Daniel García 2019-12-27 18:37:14 +01:00
parent 4cec502f7b
commit a0ece3754b
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
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!(),
},