Run prettier

This commit is contained in:
Riordan Panayides 2022-11-01 11:48:47 +00:00
parent 67d25afd02
commit c22deb9c25
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ async function makeMarketUpdateInstructions(
const leanCoeff = mc.params.leanCoeff;
const fairValue = (aggBid + aggAsk) / 2;
const aggSpread = (aggAsk - aggBid) / fairValue
const aggSpread = (aggAsk - aggBid) / fairValue;
const requoteThresh = mc.params.requoteThresh;
const equity = toUiDecimalsForQuote(mangoAccount.getEquity(group));