Remove trailing dot.

This commit is contained in:
Luca Palmieri 2023-02-19 18:35:56 +00:00
parent 2c96418358
commit 7641de52f0

View file

@ -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),