Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Sep 30, 2024
1 parent 9870e21 commit dddfeaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arbitrator/jit/src/wavmio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ pub fn resolve_preimage_impl(
)
};


#[cfg(debug_assertions)]
{
use sha2::Sha256;
Expand Down Expand Up @@ -309,4 +308,4 @@ fn ready_hostio(env: &mut WasmEnv) -> MaybeEscape {
env.process.socket = Some((writer, reader));
env.process.forks = false;
Ok(())
}
}

0 comments on commit dddfeaf

Please sign in to comment.