Skip to content

Commit 9ccb2e4

Browse files
chore: Apply suggestion
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent 9d62ad4 commit 9ccb2e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/stackable-operator/src/utils/signal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use tokio::{
55
};
66

77
#[derive(Debug, Snafu)]
8-
#[snafu(display("failed to construct signal listener"))]
8+
#[snafu(display("failed to construct signal watcher"))]
99
pub struct SignalError {
1010
source: std::io::Error,
1111
}

0 commit comments

Comments
 (0)