Skip to content

Commit

Permalink
carg fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yymone committed Oct 9, 2023
1 parent db8f212 commit 0153507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion crates/zkwasm/src/foreign/context/runtime.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

use std::rc::Rc;

use specs::host_function::HostPlugin;
Expand Down
3 changes: 1 addition & 2 deletions crates/zkwasm/src/loader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ use crate::runtime::wasmi_interpreter::Execution;
use crate::runtime::CompiledImage;
use crate::runtime::ExecutionResult;
use crate::runtime::WasmInterpreter;
use anyhow::anyhow;
use std::sync::Arc;
use std::sync::Mutex;
use anyhow::anyhow;

mod err;

Expand Down Expand Up @@ -172,7 +172,6 @@ impl<E: MultiMillerLoop> ZkWasmLoader<E> {
}

impl<E: MultiMillerLoop> ZkWasmLoader<E> {

pub fn dry_run(&self, arg: ExecutionArg) -> Result<Option<RuntimeValue>> {
let (mut env, _) = HostEnv::new_with_full_foreign_plugins(
arg.public_inputs,
Expand Down

0 comments on commit 0153507

Please sign in to comment.