mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-15 21:21:00 +00:00
Remove trailing dot.
This commit is contained in:
parent
2c96418358
commit
7641de52f0
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ pub fn basic_authentication(headers: &HeaderMap) -> Result<Credentials, anyhow::
|
|||
|
||||
#[derive(thiserror::Error)]
|
||||
pub enum PublishError {
|
||||
#[error("Authentication failed.")]
|
||||
#[error("Authentication failed")]
|
||||
AuthError(#[source] anyhow::Error),
|
||||
#[error(transparent)]
|
||||
UnexpectedError(#[from] anyhow::Error),
|
||||
|
|
Loading…
Reference in a new issue