Skip to content

Commit 6da0ab7

Browse files
committed
Format code
1 parent c8bfa9c commit 6da0ab7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/std/src/query/bank.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,10 @@ pub struct SupplyResponse {
3434
#[cfg(feature = "cosmwasm_1_1")]
3535
impl SupplyResponse {
3636
pub fn new(amount: Coin) -> Self {
37-
Self {
38-
amount,
39-
}
37+
Self { amount }
4038
}
4139
}
4240

43-
4441
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
4542
#[serde(rename_all = "snake_case")]
4643
pub struct BalanceResponse {

0 commit comments

Comments
 (0)