mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-14 00:04:59 +00:00
Formatting
This commit is contained in:
parent
4cec502f7b
commit
a0ece3754b
13 changed files with 29 additions and 67 deletions
|
@ -94,7 +94,7 @@ impl std::fmt::Debug for Error {
|
|||
} else {
|
||||
write!(f, "{}. {}", self.message, s)
|
||||
}
|
||||
},
|
||||
}
|
||||
ErrorKind::JsonError(_) => write!(f, "{}", self.message),
|
||||
_ => unreachable!(),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue