Skip to content

Commit

Permalink
errors: rustfmt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Oct 5, 2020
1 parent ac9d3d3 commit 378f96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub enum Error {
#[error("reference is invalid")]
ReferenceParse(#[from] crate::reference::ReferenceParseError),
#[error("requested operation requires that credentials are available")]
NoCredentials
NoCredentials,
}

pub type Result<T> = std::result::Result<T, Error>;
Expand Down

0 comments on commit 378f96b

Please sign in to comment.