Skip to content

Commit d5be1b8

Browse files
committed
test_harness - rustfmt
1 parent 044a267 commit d5be1b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test_harness/src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use adapter::ethereum::{
77
get_counterfactual_address,
88
test_util::{
99
deploy_outpace_contract, deploy_sweeper_contract, deploy_token_contract, mock_set_balance,
10-
outpace_deposit, GANACHE_URL, MOCK_TOKEN_ABI
10+
outpace_deposit, GANACHE_URL, MOCK_TOKEN_ABI,
1111
},
1212
OUTPACE_ABI, SWEEPER_ABI,
1313
};
@@ -16,9 +16,10 @@ use once_cell::sync::Lazy;
1616
use primitives::{
1717
adapter::KeystoreOptions,
1818
config::TokenInfo,
19+
config::GANACHE_CONFIG,
1920
test_util::{FOLLOWER, LEADER},
2021
util::ApiUrl,
21-
Address, Config, config::GANACHE_CONFIG,
22+
Address, Config,
2223
};
2324
use web3::{contract::Contract, transports::Http, types::H160, Web3};
2425

0 commit comments

Comments
 (0)