Skip to content

Commit

Permalink
remove extra space in snafu error message
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
  • Loading branch information
NickLarsenNZ and sbernauer authored Jan 11, 2024
1 parent 9acbd50 commit 45025e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/operator-binary/src/hbase_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ pub enum Error {
#[snafu(display("failed to build label"))]
BuildLabel { source: LabelError },

#[snafu(display("failed to build object meta data"))]
#[snafu(display("failed to build object meta data"))]
ObjectMeta { source: ObjectMetaBuilderError },
}

Expand Down

0 comments on commit 45025e2

Please sign in to comment.