Skip to content

Commit d80b201

Browse files
committed
chore: fmt
1 parent bf6e8d1 commit d80b201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/blockchain/tests/forkchoice_spectests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ fn run(path: &Path) -> datatest_stable::Result<()> {
3232
// Skip lexicographic tiebreaker test - fork labels in fixture are incorrect
3333
// (references labels like 'fork_a_3' that don't exist in earlier steps)
3434
if name.contains("lexicographic_tiebreaker") {
35-
println!("Skipping test (fixture has incorrect fork labels): {}", name);
35+
println!("Skipping test (fixture has incorrect fork labels): {name}");
3636
continue;
3737
}
3838

39-
println!("Running test: {}", name);
39+
println!("Running test: {name}");
4040

4141
// Initialize store from anchor state/block
4242
let anchor_state: State = test.anchor_state.into();

0 commit comments

Comments
 (0)