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/zkm/host/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'zkvms/zkm/host/src') diff --git a/zkvms/zkm/host/src/main.rs b/zkvms/zkm/host/src/main.rs index 1640b30..100e5b1 100644 --- a/zkvms/zkm/host/src/main.rs +++ b/zkvms/zkm/host/src/main.rs @@ -7,9 +7,8 @@ use zkm_sdk::{ }; use zkvms_host_io::{ - benchmarkable, read_args, + benchmarkable, output_proof_size, read_args, RunType::{Execute, Prove, Verify}, - output_proof_size, }; async fn get_proof( -- cgit v1.2.3