Skip to content

Commit c6487a2

Browse files
committed
chore: forge fmt
1 parent 1c91b06 commit c6487a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/contracts/interfaces/IRewardsCoordinator.sol

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,11 @@ interface IRewardsCoordinator is IRewardsCoordinatorErrors, IRewardsCoordinatorE
572572
* @param operatorSet The operatorSet for which the split is being set by the operator.
573573
* @param split The split for the operator for the specific operatorSet in bips.
574574
*/
575-
function setOperatorSetPerformanceSplit(address operator, OperatorSet calldata operatorSet, uint16 split) external;
575+
function setOperatorSetPerformanceSplit(
576+
address operator,
577+
OperatorSet calldata operatorSet,
578+
uint16 split
579+
) external;
576580

577581
/**
578582
* @notice Sets the permissioned `rewardsUpdater` address which can post new roots

0 commit comments

Comments
 (0)