Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix formatting
Browse files Browse the repository at this point in the history
joonazan committed Oct 29, 2024

Verified

This commit was signed with the committer’s verified signature.
VannTen Max Gautier
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
@@ -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
@@ -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"))]

0 comments on commit 1df8bee

Please sign in to comment.