Skip to content

Commit 48fd480

Browse files
authored
fix: formatting (#86)
This PR fixes broken formatting
1 parent ff3c6fa commit 48fd480

File tree

1 file changed

+5
-1
lines changed
  • crates/zksync_os_snark_prover/src

1 file changed

+5
-1
lines changed

crates/zksync_os_snark_prover/src/lib.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,11 @@ pub async fn run_inner<P: ProofClient>(
341341
.set(end_block.0 as i64);
342342
}
343343
Err(e) => {
344-
tracing::error!("Failed to submit SNARK job, blocks {} to {} due to {e:?}, skipping", start_block, end_block);
344+
tracing::error!(
345+
"Failed to submit SNARK job, blocks {} to {} due to {e:?}, skipping",
346+
start_block,
347+
end_block
348+
);
345349
}
346350
};
347351

0 commit comments

Comments
 (0)