Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 7f22bef

Browse files
committed
fmt
1 parent 4a240c1 commit 7f22bef

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

  • crates/validator/src/validators/synthetic_data

crates/validator/src/validators/synthetic_data/mod.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,12 +1302,8 @@ impl SyntheticDataValidator<WalletProvider> {
13021302
nodes_with_wrong_work_unit_claims.extend(wrong_claim_nodes);
13031303
}
13041304

1305-
println!(
1306-
"toploc_nodes_to_invalidate: {toploc_nodes_to_invalidate:?}"
1307-
);
1308-
println!(
1309-
"nodes_with_wrong_work_unit_claims: {nodes_with_wrong_work_unit_claims:?}"
1310-
);
1305+
println!("toploc_nodes_to_invalidate: {toploc_nodes_to_invalidate:?}");
1306+
println!("nodes_with_wrong_work_unit_claims: {nodes_with_wrong_work_unit_claims:?}");
13111307

13121308
for work_key in &group.sorted_work_keys {
13131309
if let Some(work_info) = self.get_work_info_from_redis(work_key).await? {

0 commit comments

Comments
 (0)