Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongeric committed Apr 2, 2024
1 parent f0b7a06 commit c91dc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/protocols/uniswap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function addMixedSwap<TInput extends Currency, TOutput extends Currency>(
}
}

if(tradeType !== TradeType.EXACT_INPUT) {
if (tradeType !== TradeType.EXACT_INPUT) {
throw new Error('TRADE_TYPE')
}

Expand Down

0 comments on commit c91dc6e

Please sign in to comment.