Skip to content

Commit 2718b07

Browse files
committed
fmt + clippy
1 parent f50e799 commit 2718b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/submit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ impl SubmitTask {
222222
// Extract fills from the built block
223223
let fills = self.extract_fills(block);
224224
debug!(?fills, "extracted fills");
225-
225+
226226
// Create a blob transaction with the blob header and signature values and return it
227227
let tx = self
228228
.build_blob_tx(fills, header, v, r, s, block)?

0 commit comments

Comments
 (0)