Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbernal87 committed Mar 15, 2024
1 parent 02d93c7 commit 7c455e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
use crate::msg::QueryMsg;
use crate::utils::{BASE_DECIMALS, BASE_DENOM, ExchangeType, Setup, str_coin};
use crate::utils::{str_coin, ExchangeType, Setup, BASE_DECIMALS, BASE_DENOM};
use cosmwasm_std::Uint128;
use injective_cosmwasm::tokenfactory::response::{TokenFactoryCreateDenomFeeResponse, TokenFactoryDenomSupplyResponse};
use injective_std::types::injective::tokenfactory::v1beta1::MsgCreateDenom;
use injective_test_tube::{Account, Module, TokenFactory, Wasm};


#[test]
#[cfg_attr(not(feature = "integration"), ignore)]
fn test_query_token_factory_denom_total_supply() {
Expand Down
4 changes: 2 additions & 2 deletions packages/injective-protobuf/src/proto/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// @generated

pub mod account;
pub mod auth;
pub mod coin;
pub mod distribution;
pub mod exchange;
pub mod tx;
pub mod oracle;
pub mod account;
pub mod tx;

0 comments on commit 7c455e0

Please sign in to comment.