Skip to content

Commit 1dc457d

Browse files
dervoetisbernauer
andauthored
Update rust/operator-binary/src/controller.rs
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 33c4462 commit 1dc457d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ pub enum Error {
347347
file: String,
348348
},
349349

350-
#[snafu(display("failed to serialize config file {file}"))]
350+
#[snafu(display("failed to serialize config file {file:?}"))]
351351
SerializeConfigFile {
352352
source: serde_json::Error,
353353
file: String,

0 commit comments

Comments
 (0)