Skip to content

Commit b814f8f

Browse files
committed
chore: forge fmt
1 parent ea8d726 commit b814f8f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

test/unit/InstantSlasher.t.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ contract InstantSlasherTest is Test {
195195
AllocationManager.slashOperator.selector
196196
);
197197

198-
slashingRegistryCoordinator = SlashingRegistryCoordinator(middlewareDeployments.slashingRegistryCoordinator);
198+
slashingRegistryCoordinator =
199+
SlashingRegistryCoordinator(middlewareDeployments.slashingRegistryCoordinator);
199200
instantSlasher = InstantSlasher(middlewareDeployments.instantSlasher);
200201

201202
PermissionController(coreDeployment.permissionController).setAppointee(

test/utils/MiddlewareDeployLib.sol

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ library MiddlewareDeployLib {
193193
slasherConfig.slasher
194194
)
195195
);
196-
UpgradeableProxyLib.upgrade(
197-
deployments.instantSlasher, instantSlasherImpl
198-
);
196+
UpgradeableProxyLib.upgrade(deployments.instantSlasher, instantSlasherImpl);
199197
}
200198
}

0 commit comments

Comments
 (0)