From 9b0da28632c2d5ffc42bf647213a8990fa0cbffb Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Thu, 27 Feb 2025 11:35:32 +0200 Subject: chore: Rust fmt --- zkvms/nexus/guest/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zkvms/nexus/guest/src') 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] -- cgit v1.2.3