mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-23 17:21:01 +00:00
Remove trailing dot.
This commit is contained in:
parent
80998a714a
commit
02c08fa061
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ pub struct Content {
|
||||||
|
|
||||||
#[derive(thiserror::Error)]
|
#[derive(thiserror::Error)]
|
||||||
pub enum PublishError {
|
pub enum PublishError {
|
||||||
#[error("Authentication failed.")]
|
#[error("Authentication failed")]
|
||||||
AuthError(#[source] anyhow::Error),
|
AuthError(#[source] anyhow::Error),
|
||||||
#[error(transparent)]
|
#[error(transparent)]
|
||||||
UnexpectedError(#[from] anyhow::Error),
|
UnexpectedError(#[from] anyhow::Error),
|
||||||
|
|
Loading…
Reference in a new issue