Skip to content

Commit 6e96db8

Browse files
AlexeyAlexey
authored andcommitted
remove empty space
1 parent 32d2584 commit 6e96db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ const loadAbiFromEtherscan = async (network, address) =>
287287
throw new Error('ABI not found, try loading it from a local file')
288288
}
289289
},
290-
)
290+
)
291291

292292
const loadAbiFromFile = async filename => {
293293
let exists = await toolbox.filesystem.exists(filename)

0 commit comments

Comments
 (0)