aboutsummaryrefslogtreecommitdiff
path: root/zkvms/nexus/guest/src
diff options
context:
space:
mode:
Diffstat (limited to 'zkvms/nexus/guest/src')
-rw-r--r--zkvms/nexus/guest/src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/zkvms/nexus/guest/src/main.rs b/zkvms/nexus/guest/src/main.rs
index bb2e0c8..fd7c1d5 100644
--- a/zkvms/nexus/guest/src/main.rs
+++ b/zkvms/nexus/guest/src/main.rs
@@ -1,9 +1,9 @@
#![cfg_attr(target_arch = "riscv32", no_std, no_main, allow(unused_imports))]
-use nexus_rt::{ postcard, println, read_private_input, write_output };
+use nexus_rt::{postcard, println, read_private_input, write_output};
extern crate alloc;
-use alloc::{ vec::*, collections::* };
+use alloc::{collections::*, vec::*};
use wrapper_macro::make_wrapper;
#[nexus_rt::main]