Skip to content

Commit

Permalink
fix: add empty line
Browse files Browse the repository at this point in the history
Co-authored-by: OliverNChalk <[email protected]>
  • Loading branch information
xenide and OliverNChalk authored Sep 18, 2024
1 parent 389e05f commit 61798eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ReservoirPriceOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ contract ReservoirPriceOracle is IPriceOracle, Owned(msg.sender), ReentrancyGuar
rTotalReward += _calculateReward(lPrevPrice, lNewPrice, lRewardThreshold);
}
}

_rewardUpdater(aRewardRecipient, rTotalReward);
}

Expand Down

0 comments on commit 61798eb

Please sign in to comment.