Skip to content

Commit 28a2173

Browse files
committed
lint
1 parent 32a7398 commit 28a2173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/libzkp/src/tasks/chunk.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub struct ChunkTask {
2020
/// The on-chain L1 msg queue hash before applying L1 msg txs from the chunk.
2121
pub prev_msg_queue_hash: B256,
2222
/// The on-chain L1 msg queue hash after applying L1 msg txs from the chunk (for validate)
23-
pub post_msg_queue_hash: B256,
23+
pub post_msg_queue_hash: B256,
2424
/// Fork name specify
2525
pub fork_name: String,
2626
}
@@ -106,7 +106,7 @@ pub struct ChunkProvingTask {
106106
/// The on-chain L1 msg queue hash before applying L1 msg txs from the chunk.
107107
pub prev_msg_queue_hash: B256,
108108
/// The on-chain L1 msg queue hash after applying L1 msg txs from the chunk (for validate)
109-
pub post_msg_queue_hash: B256,
109+
pub post_msg_queue_hash: B256,
110110
/// Fork name specify
111111
pub fork_name: String,
112112
/// Optional inputs in case of domain=validium.

0 commit comments

Comments
 (0)