Skip to content

Commit

Permalink
cosmwasm: fixed formatting as per the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kakucodes committed Sep 24, 2024
1 parent f40a86c commit e882e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions cosmwasm/contracts/cw20-wrapped/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ pub enum QueryMsg {

#[returns(BalanceResponse)]
/// Implements CW20. Returns the current balance of the given address, 0 if unset.
Balance {
address: HumanAddr,
},
Balance { address: HumanAddr },

#[returns(TokenInfoResponse)]
/// Implements CW20. Returns metadata on the contract - name, decimals, supply, etc.
Expand Down
2 changes: 1 addition & 1 deletion cosmwasm/contracts/wormhole/src/msg.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use cosmwasm_schema::{ cw_serde, QueryResponses};
use cosmwasm_schema::{cw_serde, QueryResponses};
use cosmwasm_std::{Binary, Coin};

use crate::state::{GuardianAddress, GuardianSetInfo, ParsedVAA};
Expand Down

0 comments on commit e882e00

Please sign in to comment.