Skip to content

Commit

Permalink
Format rs files
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoximenes committed Aug 27, 2024
1 parent 6898a3d commit 165d484
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions arbitrator/stylus/src/native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,8 @@ impl<D: DataReader, E: EvmApi<D>> NativeInstance<D, E> {
if !env.evm_data.cached {
long_term_tag = 0;
}
let (module, store) = InitCache::insert(
module_hash,
module,
version,
long_term_tag,
debug,
)?;
let (module, store) =
InitCache::insert(module_hash, module, version, long_term_tag, debug)?;
Self::from_module(module, store, env)
}

Expand Down

0 comments on commit 165d484

Please sign in to comment.