Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
gershido committed Aug 13, 2024
1 parent 3868915 commit eb8adaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/JokeraceEligibility.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ contract DeployImplementation is Script {
address deployer = vm.rememberKey(privKey);
vm.startBroadcast(deployer);

implementation = new JokeraceEligibility{ salt: SALT}(version);
implementation = new JokeraceEligibility{ salt: SALT }(version);

vm.stopBroadcast();

Expand Down

0 comments on commit eb8adaa

Please sign in to comment.