Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tasiov committed Sep 23, 2023
1 parent b7623b5 commit c2b2d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/infinity-pair/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ pub fn execute_swap_nft_for_tokens(
SwapEvent {
ty: "swap-nft-for-tokens",
token_id: &token_id,
quote_summary: &quote_summary,
quote_summary,
}
.into(),
);
Expand Down Expand Up @@ -435,7 +435,7 @@ pub fn execute_swap_tokens_for_specific_nft(
SwapEvent {
ty: "swap-tokens-for-nft",
token_id: &token_id,
quote_summary: &quote_summary,
quote_summary,
}
.into(),
);
Expand Down

0 comments on commit c2b2d91

Please sign in to comment.