Commit 5f41b96d authored by Mark Tyneway's avatar Mark Tyneway

lint: fix

parent eeea9ed2
...@@ -92,5 +92,3 @@ contract OptimistInviterHelper { ...@@ -92,5 +92,3 @@ contract OptimistInviterHelper {
return ECDSA.toTypedDataHash(domainSeparator, getClaimableInviteStructHash(_claimableInvite)); return ECDSA.toTypedDataHash(domainSeparator, getClaimableInviteStructHash(_claimableInvite));
} }
} }
...@@ -17,4 +17,3 @@ contract TestERC1271Wallet is Ownable, IERC1271 { ...@@ -17,4 +17,3 @@ contract TestERC1271Wallet is Ownable, IERC1271 {
return ECDSA.recover(hash, signature) == owner() ? this.isValidSignature.selector : bytes4(0); return ECDSA.recover(hash, signature) == owner() ? this.isValidSignature.selector : bytes4(0);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment