Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joonazan committed Oct 29, 2024
1 parent fd27994 commit 1df8bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/vm2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use std::hash::{DefaultHasher, Hash, Hasher};

use primitive_types::{H160, U256};
pub use zksync_vm2_interface as interface;
pub use zksync_vm2_interface::ExecutionEnd;
use zksync_vm2_interface::Tracer;

// Re-export missing modules if single instruction testing is enabled
Expand All @@ -20,7 +21,6 @@ pub use self::{
vm::{Settings, VirtualMachine},
world_diff::{Snapshot, StorageChange, WorldDiff},
};
pub use zksync_vm2_interface::ExecutionEnd;

pub mod addressing_modes;
#[cfg(not(feature = "single_instruction_test"))]
Expand Down

0 comments on commit 1df8bee

Please sign in to comment.