Skip to content

Commit

Permalink
fix: address mod.rs lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
maancham committed Feb 12, 2024
1 parent ce7dd5c commit fd90417
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions contracts/connection-router/tests/test_utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use cosmwasm_std::Addr;
use cw_multi_test::{App, ContractWrapper, Executor};
use integration_tests::contract::Contract;
use connection_router::{
contract::{execute, instantiate, query},
msg::{ExecuteMsg, InstantiateMsg, QueryMsg},
};
use cosmwasm_std::Addr;
use cw_multi_test::{App, ContractWrapper, Executor};
use integration_tests::contract::Contract;

#[derive(Clone)]
pub struct ConnectionRouterContract {
Expand Down Expand Up @@ -44,4 +44,3 @@ impl Contract for ConnectionRouterContract {
self.contract_addr.clone()
}
}

0 comments on commit fd90417

Please sign in to comment.