Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
magiodev committed Jul 31, 2024
1 parent 805d466 commit 456c768
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ fn execute_deposit(
env: Env,
recipient: Addr,
deposit: (Uint128, Uint128), // intended as base, quote
refund: (Coin, Coin), // intended as base, quote
refund: (Coin, Coin), // intended as base, quote
) -> Result<Response, ContractError> {
let vault_denom = VAULT_DENOM.load(deps.storage)?;
let total_vault_shares: Uint256 = query_total_vault_token_supply(deps.as_ref())?.total.into();
Expand Down

0 comments on commit 456c768

Please sign in to comment.