Remove trailing dot.

This commit is contained in:
Luca Palmieri 2023-02-19 18:35:56 +00:00
parent 80998a714a
commit 02c08fa061

View file

@ -27,7 +27,7 @@ pub struct Content {
#[derive(thiserror::Error)]
pub enum PublishError {
#[error("Authentication failed.")]
#[error("Authentication failed")]
AuthError(#[source] anyhow::Error),
#[error(transparent)]
UnexpectedError(#[from] anyhow::Error),