Skip to content

Commit

Permalink
fix: lint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alrxy committed Dec 2, 2024
1 parent 52ae4ff commit 96b7949
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/SigTests.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ contract SigTests is POCBaseTest {
ed25519Middleware.registerOperator(abi.encode(key), address(vault), signature);
}

function _getOperatorVault(address operator) internal returns (IVault) {
function _getOperatorVault(
address operator
) internal returns (IVault) {
address[] memory networkLimitSetRoleHolders = new address[](1);
networkLimitSetRoleHolders[0] = alice;
address[] memory operatorNetworkSharesSetRoleHolders = new address[](1);
Expand Down

0 comments on commit 96b7949

Please sign in to comment.