Skip to content

Commit

Permalink
Fix linter warning (#28)
Browse files Browse the repository at this point in the history
* fix warning

* fix warning
  • Loading branch information
seemenkina authored Aug 21, 2024
1 parent ea08e56 commit 49ab2b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import { BaseScript } from "./Base.s.sol";
import { DeploymentConfig } from "./DeploymentConfig.s.sol";

contract Deploy is BaseScript {
function run(address initialOwner)
function run(
address initialOwner
)
public
broadcast
returns (ScKeystore scKeystore, DeploymentConfig deploymentConfig)
Expand Down

0 comments on commit 49ab2b4

Please sign in to comment.