Skip to content

Commit 6ca4d42

Browse files
committed
chore: forge fmt
1 parent 0d1f620 commit 6ca4d42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/contracts/core/RewardsCoordinator.sol

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,9 @@ contract RewardsCoordinator is
219219
isOperatorSetRewardsSubmissionHash[operatorSet.avs][rewardsSubmissionHash] = true;
220220
submissionNonce[operatorSet.avs] = nonce + 1;
221221

222-
emit OperatorSetRewardsSubmissionCreated(msg.sender, rewardsSubmissionHash, operatorSet, nonce, rewardsSubmission);
222+
emit OperatorSetRewardsSubmissionCreated(
223+
msg.sender, rewardsSubmissionHash, operatorSet, nonce, rewardsSubmission
224+
);
223225
rewardsSubmission.token.safeTransferFrom(msg.sender, address(this), rewardsSubmission.amount);
224226
}
225227
}

0 commit comments

Comments
 (0)