Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Nov 18, 2024
1 parent c7cd1a1 commit 60784b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/e2e-tests/src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ use starcoin_vm_types::{

use crate::data_store::FakeDataStore;
use move_vm_runtime::module_traversal::{TraversalContext, TraversalStorage};
use starcoin_gas_schedule::LATEST_GAS_FEATURE_VERSION;
use starcoin_statedb::ChainStateWriter;
use starcoin_vm_runtime_types::storage::change_set_configs::ChangeSetConfigs;
use starcoin_vm_types::errors::PartialVMError;
Expand All @@ -45,7 +46,6 @@ use std::fs::OpenOptions;
use std::io::Write;
use std::path::{Path, PathBuf};
use std::{env, fs};
use starcoin_gas_schedule::LATEST_GAS_FEATURE_VERSION;
use test_helper::Genesis;

static RNG_SEED: [u8; 32] = [9u8; 32];
Expand Down

0 comments on commit 60784b7

Please sign in to comment.