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/nexus/host/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'zkvms/nexus/host/src/main.rs') diff --git a/zkvms/nexus/host/src/main.rs b/zkvms/nexus/host/src/main.rs index 68593fc..95eafe2 100644 --- a/zkvms/nexus/host/src/main.rs +++ b/zkvms/nexus/host/src/main.rs @@ -1,8 +1,7 @@ use nexus_sdk::{stwo::seq::Stwo, Local, Prover, Verifiable, Viewable}; use zkvms_host_io::{ - benchmarkable, read_args, Input, Return, + benchmarkable, output_proof_size, read_args, Input, Return, RunType::{Execute, Prove, Verify}, - output_proof_size, }; fn main() { -- cgit v1.2.3