Skip to content

Commit

Permalink
refactor: split string onto multiple lines
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Egyed <[email protected]>
  • Loading branch information
Zer0dot and adamegyed committed Sep 24, 2024
1 parent fe3c1c2 commit d95dc40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gas/modular-account/ModularAccountBenchmarkBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ abstract contract ModularAccountBenchmarkBase is BenchmarkBase, ModuleSignatureU
using ValidationConfigLib for ValidationConfig;

bytes32 private constant _INSTALL_VALIDATION_TYPEHASH = keccak256(
// solhint-disable-next-line max-line-length
"InstallValidation(bytes25 validationConfig,bytes4[] selectors,bytes installData,bytes[] hooks,uint256 nonce,uint48 deadline)"
"InstallValidation(bytes25 validationConfig,bytes4[] selectors,bytes installData,bytes[] hooks,"
"uint256 nonce,uint48 deadline)"
);

AccountFactory public factory;
Expand Down

0 comments on commit d95dc40

Please sign in to comment.