diff options
author | Greg Hysen <greg.hysen@gmail.com> | 2019-02-07 15:59:25 +0800 |
---|---|---|
committer | Greg Hysen <greg.hysen@gmail.com> | 2019-02-09 08:25:30 +0800 |
commit | c72e3667b8366f8b125091d704a67c1de91985ff (patch) | |
tree | bcc863d33410b97d93e30b671a03e15f06eeac88 /packages/contract-wrappers | |
parent | 6406126ae356a6dd1102cf603d4ce00333c9fd62 (diff) | |
download | dexon-0x-contracts-c72e3667b8366f8b125091d704a67c1de91985ff.tar dexon-0x-contracts-c72e3667b8366f8b125091d704a67c1de91985ff.tar.gz dexon-0x-contracts-c72e3667b8366f8b125091d704a67c1de91985ff.tar.bz2 dexon-0x-contracts-c72e3667b8366f8b125091d704a67c1de91985ff.tar.lz dexon-0x-contracts-c72e3667b8366f8b125091d704a67c1de91985ff.tar.xz dexon-0x-contracts-c72e3667b8366f8b125091d704a67c1de91985ff.tar.zst dexon-0x-contracts-c72e3667b8366f8b125091d704a67c1de91985ff.zip |
ran prettier and linter
Diffstat (limited to 'packages/contract-wrappers')
-rw-r--r-- | packages/contract-wrappers/src/contract_wrappers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contract-wrappers/src/contract_wrappers.ts b/packages/contract-wrappers/src/contract_wrappers.ts index 63de61a47..bd9a377ed 100644 --- a/packages/contract-wrappers/src/contract_wrappers.ts +++ b/packages/contract-wrappers/src/contract_wrappers.ts @@ -171,7 +171,7 @@ export class ContractWrappers { public getProvider(): Provider { return this._web3Wrapper.getProvider(); } - /** + /** * Get the provider instance currently used by contract-wrappers * @return Web3 provider instance */ |