Skip to content

Commit a3938c9

Browse files
committed
chore: format
1 parent 2fbe213 commit a3938c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/contracts/core/SlashEscrowFactory.sol

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ contract SlashEscrowFactory is Initializable, SlashEscrowFactoryStorage, Ownable
5757
*/
5858

5959
/// @inheritdoc ISlashEscrowFactory
60-
function initiateSlashEscrow(OperatorSet calldata operatorSet, uint256 slashId, IStrategy strategy) external onlyStrategyManager {
60+
function initiateSlashEscrow(
61+
OperatorSet calldata operatorSet,
62+
uint256 slashId,
63+
IStrategy strategy
64+
) external onlyStrategyManager {
6165
// Create storage pointers for readability.
6266
EnumerableSet.UintSet storage pendingSlashIds = _pendingSlashIds[operatorSet.key()];
6367
EnumerableSet.AddressSet storage pendingStrategiesForSlashId =

0 commit comments

Comments
 (0)