Skip to content

Commit c7b7f12

Browse files
committed
chore: prettier
1 parent d6ef2dd commit c7b7f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contracts/contracts/Dependencies/TwapWeightedObserver.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ contract TwapWeightedObserver is ITwapWeightedObserver {
9090
uint128 priceCum0 = getLatestAccumulator();
9191
uint128 virtualAvgValue = (priceCum0 - data.priceCumulative0) /
9292
(uint64(block.timestamp) - data.t0);
93-
93+
9494
uint256 maxWeight = PERIOD;
9595
if (futureWeight > maxWeight) {
9696
_update(virtualAvgValue, priceCum0, uint64(block.timestamp)); // May as well update

0 commit comments

Comments
 (0)