We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458cbec commit 35c55b1Copy full SHA for 35c55b1
packages/ethereum-contracts/test/foundry/utils/Only712MacroForwarder.t.sol
@@ -283,7 +283,7 @@ contract Only712MacroForwarderTest is FoundrySuperfluidTester {
283
284
function _signPayload(VmSafe.Wallet memory signer, uint256 nonce)
285
internal
286
- returns (bytes memory params, bytes memory signatureVRS) {
+ returns (bytes memory params, bytes memory signatureVRS)
287
{
288
params = getPayloadWithNonce(nonce);
289
bytes32 digest = forwarder.getDigest(minimal712Macro, params);
0 commit comments