Skip to content

Commit

Permalink
chore: fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerAnsh committed Dec 11, 2024
1 parent 3267ea9 commit dfad66c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/forwarding/astroport-forwarding/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pub fn execute_cw20_receive(
info: &MessageInfo,
msg: Cw20ReceiveMsg,
) -> Result<Response, ContractError> {

let amount = msg.amount;
let from_token = TokenType::Smart {
contract_address: info.sender.to_string(),
Expand Down

0 comments on commit dfad66c

Please sign in to comment.