Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit b03746b

Browse files
committed
Lint fix
1 parent a9ed3de commit b03746b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/src/artifacts/Contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ interface ContractMethod {
6161
}
6262

6363
function _wrapContractInstance(schema: any, web3instance: Web3Contract): Contract {
64-
const instance : Contract = web3instance as Contract;
64+
const instance: Contract = web3instance as Contract;
6565
instance.schema = schema;
6666

6767
instance.new = async function(...passedArguments): Promise<Contract> {

0 commit comments

Comments
 (0)