mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-10-27 16:30:02 +02:00
Formatting
This commit is contained in:
@@ -94,7 +94,7 @@ impl std::fmt::Debug for Error {
|
||||
} else {
|
||||
write!(f, "{}. {}", self.message, s)
|
||||
}
|
||||
},
|
||||
}
|
||||
ErrorKind::JsonError(_) => write!(f, "{}", self.message),
|
||||
_ => unreachable!(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user