Skip to content

Commit 2e8c23b

Browse files
committed
cargo fmt
1 parent 1506c23 commit 2e8c23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/stackablectl/src/cmds/operator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pub enum CmdError {
130130
#[snafu(display("invalid repository name"))]
131131
InvalidRepoName { source: InvalidRepoNameError },
132132

133-
#[snafu(display("invalid semantic helm chart version {version:?}"))]
133+
#[snafu(display("invalid semantic helm chart version {version:?}"))]
134134
InvalidHelmChartVersion {
135135
source: semver::Error,
136136
version: String,

0 commit comments

Comments
 (0)