From 1a2ad5528f7a61390c40c0b6f56fa507923d09f5 Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Fri, 2 May 2025 10:24:47 +0300 Subject: chore: cargo fmt --- zkvms/jolt/host/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'zkvms/jolt/host') diff --git a/zkvms/jolt/host/src/main.rs b/zkvms/jolt/host/src/main.rs index 8bb3c86..4e74e89 100644 --- a/zkvms/jolt/host/src/main.rs +++ b/zkvms/jolt/host/src/main.rs @@ -1,7 +1,6 @@ use zkvms_host_io::{ - benchmarkable, read_args, + benchmarkable, output_proof_size, read_args, RunType::{Execute, Prove, Verify}, - output_proof_size, }; pub fn main() { -- cgit v1.2.3