Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Dec 5, 2023
1 parent 6b1c93d commit f2f942e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/script/deploy/Timelock.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ contract DeployTimelock is BaseScript {
EXECUTORS[0] = GUARDIAN;

// Deploy contract
Timelock timelock =
Timelock timelock =
new Timelock{salt: CREATE2_SALT}(MINIMUM_DELAY, PROPOSERS, EXECUTORS, address(0));

// Write address
Expand Down

0 comments on commit f2f942e

Please sign in to comment.