Skip to content

Commit

Permalink
Linting Issue Resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Apr 3, 2024
1 parent 9682c39 commit 0f5f047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/4337-local-bundler/src/deploy/safe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ const deploy: DeployFunction = async ({ deployments, getNamedAccounts, network }
log: true,
deterministicDeployment: true,
})
await deploy("CompatibilityFallbackHandler", {
await deploy('CompatibilityFallbackHandler', {
contract: CompatibilityFallbackHandler,
from: deployer,
args: [],
log: true,
deterministicDeployment: true,
});
})
}

deploy.tags = ['safe']
Expand Down

0 comments on commit 0f5f047

Please sign in to comment.