Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fragosti committed May 20, 2020
1 parent 10de266 commit f694072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/asset-swapper/test/utils/swap_quote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function getFullyFillableSwapQuoteWithNoFeesAsync(
const quoteBase = {
makerAssetData,
takerAssetData,
orders: orders.map(order => ({...order, fills: [] })),
orders: orders.map(order => ({ ...order, fills: [] })),
gasPrice,
bestCaseQuoteInfo: quoteInfo,
worstCaseQuoteInfo: quoteInfo,
Expand Down

0 comments on commit f694072

Please sign in to comment.