Skip to content

Commit

Permalink
Aligned text
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Nov 2, 2023
1 parent 26a0d10 commit de33f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/reporters/Reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export class Reporter {
"To mitigate this, consider specifying a unique name for the contract during deployment.\n" +
"Example:\n" +
'await deployer.deploy(ERC1967Proxy, [contractsRegistry.address, "0x"], { name: "ERC1967Proxy" });\n' +
" ---------------------- \n",
" ---------------------- \n",
);

console.log("");
Expand Down

0 comments on commit de33f1e

Please sign in to comment.