Skip to content

Commit 428b362

Browse files
committed
Linting
1 parent 9d2c152 commit 428b362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/[network]/(account)/swap/[basecontract]/[basesymbol]/[quotecontract]/[quotesymbol]

src/routes/[network]/(account)/swap/[basecontract]/[basesymbol]/[quotecontract]/[quotesymbol]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
}
180180
}
181181
182-
function max(e: Event) {
182+
function max() {
183183
baseInput?.set(baseBalance.balance);
184184
baseQuantity = baseBalance.balance;
185185
calculateQuote(String(baseBalance.balance.value));

0 commit comments

Comments
 (0)