Skip to content

Commit

Permalink
Review: format fix
Browse files Browse the repository at this point in the history
Reviewed-by: Ana Hobden <ana.hobden@ferrous-systems.com>
  • Loading branch information
amanjeev committed Jan 7, 2025
1 parent d3aca06 commit 6e42a37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/criticalup-core/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ pub enum BinaryProxyUpdateError {
},
#[error("Failed to create the parent directory {}.", .0.display())]
ParentDirectoryCreationFailed(PathBuf, #[source] std::io::Error),
#[error("The path of the proxy binary provided is a directory but needs to be a file or symlink.")]
#[error(
"The path of the proxy binary provided is a directory but needs to be a file or symlink."
)]
ProxyBinaryShouldNotBeDir(PathBuf),
}

0 comments on commit 6e42a37

Please sign in to comment.