Skip to content

Commit b029adb

Browse files
fix build failure
1 parent dcd5933 commit b029adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shotover/src/transforms/tee.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ impl TransformConfig for TeeConfig {
214214
ConsistencyBehaviorBuilder::LogWarningOnMismatch
215215
}
216216
Some(ConsistencyBehaviorConfig::SubchainOnMismatch {
217-
chain: ref mismatch_chain,
217+
chain: mismatch_chain,
218218
}) => {
219219
let mismatch_chain_name = format!("{}.mismatch", self.name);
220220
ConsistencyBehaviorBuilder::SubchainOnMismatch(

0 commit comments

Comments
 (0)