Skip to content

Commit

Permalink
forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongeric committed Jan 2, 2024
1 parent e01676e commit d23be02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/foundry-tests/reactors/RelayOrderReactorTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ contract RelayOrderReactorTest is GasSnapshot, Test, PermitSignature, DeployPerm
fillContract.execute(signedOrder);
snapEnd();
}
}
}
2 changes: 1 addition & 1 deletion test/foundry-tests/util/DeployPermit2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ contract DeployPermit2 is Script {
vm.etch(PERMIT2_ADDRESS, bytecode);
return PERMIT2_ADDRESS;
}
}
}
2 changes: 1 addition & 1 deletion test/foundry-tests/util/PermitSignature.sol
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ contract PermitSignature is Test {
(uint8 v, bytes32 r, bytes32 s) = vm.sign(privateKey, msgHash);
sig = bytes.concat(r, s, bytes1(v));
}

function signOrder(
uint256 privateKey,
address permit2,
Expand Down

0 comments on commit d23be02

Please sign in to comment.