Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl committed Sep 12, 2023
1 parent 56e671a commit a7c6b04
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/dataworker/PoolRebalanceUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,7 @@ export function updateRunningBalanceForEarlyDeposit(
hubPoolClient.latestBlockNumber
);

updateRunningBalance(
runningBalances,
originChainId,
l1TokenCounterpart,
updateAmount
);
updateRunningBalance(runningBalances, originChainId, l1TokenCounterpart, updateAmount);
}

export function addLastRunningBalance(
Expand Down

0 comments on commit a7c6b04

Please sign in to comment.