Skip to content

Commit

Permalink
lint: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Feb 17, 2023
1 parent b35eee0 commit 9398712
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const deployFn: DeployFunction = async (hre) => {
for (const dead of deads) {
assert(
(await AddressManager.getAddress(dead)) ===
ethers.constants.AddressZero
ethers.constants.AddressZero
)
}
},
Expand Down

0 comments on commit 9398712

Please sign in to comment.