Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
spengrah committed Mar 31, 2023
1 parent bf45aec commit c899496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Hats.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contract DeployHats is Script {

bytes32 internal constant SALT = bytes32(abi.encode(0x4a75)); // ~ H(4) A(a) T(7) S(5)

function run() external {
function run() external {
// set up deployer
uint256 privKey = vm.envUint("PRIVATE_KEY");
address deployer = vm.rememberKey(privKey);
Expand Down

0 comments on commit c899496

Please sign in to comment.