Skip to content

Commit ce23b66

Browse files
committed
chore: fmt
1 parent 9e49598 commit ce23b66

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

contracts/l2/ExternalStakingDistributor.sol

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -785,12 +785,8 @@ contract ExternalStakingDistributor is Implementation, ERC721TokenReceiver {
785785
}
786786

787787
// Check proxy configs
788-
(
789-
,
790-
uint256 collectorRewardFactor,
791-
uint256 protocolRewardFactor,
792-
uint256 curatingAgentRewardFactor,
793-
) = unwrapStakingConfig(configs[i]);
788+
(, uint256 collectorRewardFactor, uint256 protocolRewardFactor, uint256 curatingAgentRewardFactor,) =
789+
unwrapStakingConfig(configs[i]);
794790

795791
// Check for collector and zero value
796792
if (collectorRewardFactor == 0) {

0 commit comments

Comments
 (0)