Skip to content

Commit

Permalink
remove whitespace from config
Browse files Browse the repository at this point in the history
  • Loading branch information
koloz193 committed Oct 4, 2024
1 parent 8499c67 commit efa5d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "hardhat-contract-sizer";
import "hardhat-gas-reporter";
import "hardhat-typechain";
import "solidity-coverage";

// If no network is specified, use the default config
if (!process.env.CHAIN_ETH_NETWORK) {
// eslint-disable-next-line @typescript-eslint/no-var-requires
Expand Down

0 comments on commit efa5d3b

Please sign in to comment.