Skip to content

Commit 7d75424

Browse files
committed
lint: fmt
1 parent 356a4cb commit 7d75424

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/tasks/submit/prep.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,11 @@ impl<'a> SubmitPrep<'a> {
119119
debug!(nonce, "assigned nonce to rollup block transaction");
120120

121121
// Create a blob transaction with the blob header and signature values and return it
122-
let tx = self.build_blob_tx().await?.with_to(self.config.constants.host_zenith()).with_nonce(nonce);
122+
let tx = self
123+
.build_blob_tx()
124+
.await?
125+
.with_to(self.config.constants.host_zenith())
126+
.with_nonce(nonce);
123127

124128
Ok(tx)
125129
}

0 commit comments

Comments
 (0)