Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bekauz committed Nov 27, 2023
1 parent 468de37 commit c8dca00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
use crate::{
msg::{ExecuteMsg, InstantiateMsg, QueryMsg, TokenInfo},
tests::test_tube::test_env::TokenVotingContract,
ContractError,
};
use cosmwasm_std::{to_json_binary, Addr, Coin, Decimal, Uint128, WasmMsg};
use cw_ownable::Ownership;
use cw_tokenfactory_issuer::msg::{DenomUnit, QueryMsg as IssuerQueryMsg};
Expand All @@ -16,11 +21,6 @@ use osmosis_test_tube::{
osmosis_std::types::cosmos::bank::v1beta1::QueryBalanceRequest, Account, OsmosisTestApp,
RunnerError,
};
use crate::{
msg::{ExecuteMsg, InstantiateMsg, QueryMsg, TokenInfo},
tests::test_tube::test_env::TokenVotingContract,
ContractError,
};

use super::test_env::{TestEnv, TestEnvBuilder, DENOM};

Expand Down

0 comments on commit c8dca00

Please sign in to comment.