Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Oct 19, 2024
1 parent a16e3da commit 30c78f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/derive/src/stages/batch/batch_validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ where
target: "batch-validator",
"Advancing batch validator origin to L1 block #{}.{}",
self.origin.map(|b| b.number).unwrap_or_default(),
origin_behind.then(|| " (origin behind)").unwrap_or_default()
origin_behind.then_some(" (origin behind)").unwrap_or_default()
);
}

Expand Down

0 comments on commit 30c78f5

Please sign in to comment.