Skip to content

Commit e562003

Browse files
committed
just fmt
1 parent a59bd19 commit e562003

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

benches/microbench/src/get_header.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ fn bench_get_header(c: &mut Criterion) {
103103
let states: Vec<PbsState> = RELAY_COUNTS
104104
.iter()
105105
.map(|&n| {
106-
let config =
107-
to_pbs_config(CHAIN, get_pbs_config(0), relay_clients[..n].to_vec());
106+
let config = to_pbs_config(CHAIN, get_pbs_config(0), relay_clients[..n].to_vec());
108107
PbsState::new(config, PathBuf::new())
109108
})
110109
.collect();

0 commit comments

Comments
 (0)