Skip to content

Commit

Permalink
check.sh fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ManojJiSharma committed Sep 20, 2024
1 parent 246fe23 commit bc4fdd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chains/avalanche/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mod tests {
use rosetta_server_ethereum::MaybeWsEthereumClient;
use serial_test::serial;
use sha3::Digest;
use std::{collections::BTreeMap, future::Future, path::Path};
use std::{collections::BTreeMap, path::Path};
use utils::run_test;

/// Account used to fund other testing accounts.
Expand Down
2 changes: 1 addition & 1 deletion chains/binance/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mod tests {
use rosetta_core::BlockchainClient;
use rosetta_server_ethereum::MaybeWsEthereumClient;
use sha3::Digest;
use std::{collections::BTreeMap, future::Future, path::Path};
use std::{collections::BTreeMap, path::Path};
use utils::run_test;

/// Binance rpc url
Expand Down

0 comments on commit bc4fdd8

Please sign in to comment.