From 28a21737243030c982f1ef3bd181288e133c657c Mon Sep 17 00:00:00 2001 From: Ho Date: Mon, 29 Sep 2025 21:17:57 +0900 Subject: [PATCH] lint --- crates/libzkp/src/tasks/chunk.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/libzkp/src/tasks/chunk.rs b/crates/libzkp/src/tasks/chunk.rs index 1e3c6cf13..0a283592c 100644 --- a/crates/libzkp/src/tasks/chunk.rs +++ b/crates/libzkp/src/tasks/chunk.rs @@ -20,7 +20,7 @@ pub struct ChunkTask { /// The on-chain L1 msg queue hash before applying L1 msg txs from the chunk. pub prev_msg_queue_hash: B256, /// The on-chain L1 msg queue hash after applying L1 msg txs from the chunk (for validate) - pub post_msg_queue_hash: B256, + pub post_msg_queue_hash: B256, /// Fork name specify pub fork_name: String, } @@ -106,7 +106,7 @@ pub struct ChunkProvingTask { /// The on-chain L1 msg queue hash before applying L1 msg txs from the chunk. pub prev_msg_queue_hash: B256, /// The on-chain L1 msg queue hash after applying L1 msg txs from the chunk (for validate) - pub post_msg_queue_hash: B256, + pub post_msg_queue_hash: B256, /// Fork name specify pub fork_name: String, /// Optional inputs in case of domain=validium.