Skip to content

Commit 497a50a

Browse files
committed
chore: fmt
1 parent e96dbf1 commit 497a50a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/RegistryCoordinator.sol

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,9 @@ contract RegistryCoordinator is RegistryCoordinatorStorage {
237237
// in the core EigenLayer contract AllocationManager but not have the deregistration
238238
// callback succeed here in `deregisterOperator` due to out of gas errors. If that is the case,
239239
// we need to deregister the operator from the OperatorSet in this contract
240-
bool shouldDeregister = doesNotMeetStakeThreshold[j] || (!registeredInCore && !isM2Quorum);
241-
240+
bool shouldDeregister =
241+
doesNotMeetStakeThreshold[j] || (!registeredInCore && !isM2Quorum);
242+
242243
if (shouldDeregister) {
243244
_deregisterOperator({
244245
operator: operators[j],

0 commit comments

Comments
 (0)