Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Nov 20, 2024
1 parent 1506c23 commit 2e8c23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/stackablectl/src/cmds/operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pub enum CmdError {
#[snafu(display("invalid repository name"))]
InvalidRepoName { source: InvalidRepoNameError },

#[snafu(display("invalid semantic helm chart version {version:?}"))]
#[snafu(display("invalid semantic helm chart version {version:?}"))]
InvalidHelmChartVersion {
source: semver::Error,
version: String,
Expand Down

0 comments on commit 2e8c23b

Please sign in to comment.