Skip to content

Commit d1c40b0

Browse files
committed
chore: cargo fmt
1 parent 120ae00 commit d1c40b0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

aggregation_mode/cli/src/commands/verify.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ pub struct VerifyOnChainArgs {
2222
from_block: Option<u64>,
2323
#[arg(long = "proving-system")]
2424
proving_system: ProvingSystemArg,
25-
#[arg(name = "Program verification key hash", long = "vk-hash", required = true)]
25+
#[arg(
26+
name = "Program verification key hash",
27+
long = "vk-hash",
28+
required = true
29+
)]
2630
program_vk: PathBuf,
2731
#[arg(name = "Public input file name", long = "public-inputs")]
2832
pub_input_file_name: Option<PathBuf>,

0 commit comments

Comments
 (0)