Skip to content

Commit

Permalink
[compiler-v2 framework] fixed fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon committed Dec 12, 2024
1 parent 58d97e6 commit 02fd09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/starcoin-transactional-test-harness/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ use starcoin_config::{genesis_key_pair, BuiltinNetworkID};
use starcoin_crypto::hash::PlainCryptoHash;
use starcoin_crypto::HashValue;
use starcoin_dev::playground::call_contract;
use starcoin_framework::extended_checks;
use starcoin_gas_meter::StarcoinGasParameters;
use starcoin_gas_schedule::FromOnChainGasSchedule;
use starcoin_rpc_api::types::{
Expand Down Expand Up @@ -82,7 +83,6 @@ use std::sync::Mutex;
use std::{collections::BTreeMap, convert::TryInto, path::Path, str::FromStr};
use stdlib::{starcoin_framework_named_addresses, stdlib_files};
use tempfile::{NamedTempFile, TempDir};
use starcoin_framework::extended_checks;

pub mod context;
pub mod fork_chain;
Expand Down

0 comments on commit 02fd09f

Please sign in to comment.