Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixFan1992 committed May 29, 2024
1 parent 68d5062 commit 360551d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ contract LinkAvailableBalanceMonitor is AccessControl, AutomationCompatibleInter
) {
address targetAddress = s_watchList.at(idx);
contractToFund = s_targets[targetAddress];
(bool fundingNeeded,) = _needsFunding(
(bool fundingNeeded, ) = _needsFunding(
targetAddress,
contractToFund.lastTopUpTimestamp + minWaitPeriod,
contractToFund.minBalance,
Expand Down

0 comments on commit 360551d

Please sign in to comment.