Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kkast committed Nov 29, 2023
1 parent 73dff2a commit 4ed7458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/fee-distribution/staking/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ use fee_distribution::staking::{ExecuteMsg, InstantiateMsg, QueryMsg};
use crate::{
error::ContractError,
handle::{
handle_claim, handle_pause, handle_stake, handle_unstake, handle_unpause, handle_update_config,
handle_update_rewards,
handle_claim, handle_pause, handle_stake, handle_unpause, handle_unstake,
handle_update_config, handle_update_rewards,
},
messages::{create_instantiate_token_msg, receive_cw20},
query::{query_claimable, query_user_staked_amount},
Expand Down

0 comments on commit 4ed7458

Please sign in to comment.