Skip to content

Commit 5d71cac

Browse files
committed
fix: cleanup
1 parent 3d42df3 commit 5d71cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require("@nomiclabs/hardhat-waffle")
44
require("solidity-coverage")
5-
require("hardhat-gas-reporter");
5+
require("hardhat-gas-reporter")
66

77
//require("hardhat-erc1820") // this was for ERC777 token study, required for ERC777 tokens
88

0 commit comments

Comments
 (0)