aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-06-19 23:59:04 +0800
committerFabio Berger <me@fabioberger.com>2017-06-19 23:59:04 +0800
commit7f32cdf29dac3b9dc07350df0c37beaeee4b26bf (patch)
treed66d2dec7327e85faf6ecc1f65cc46ebf30c91ea
parente8574a3948dffe919148bb14665be3c02cc9dbdf (diff)
downloaddexon-sol-tools-7f32cdf29dac3b9dc07350df0c37beaeee4b26bf.tar
dexon-sol-tools-7f32cdf29dac3b9dc07350df0c37beaeee4b26bf.tar.gz
dexon-sol-tools-7f32cdf29dac3b9dc07350df0c37beaeee4b26bf.tar.bz2
dexon-sol-tools-7f32cdf29dac3b9dc07350df0c37beaeee4b26bf.tar.lz
dexon-sol-tools-7f32cdf29dac3b9dc07350df0c37beaeee4b26bf.tar.xz
dexon-sol-tools-7f32cdf29dac3b9dc07350df0c37beaeee4b26bf.tar.zst
dexon-sol-tools-7f32cdf29dac3b9dc07350df0c37beaeee4b26bf.zip
Fix tslint issue
-rw-r--r--src/0x.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/0x.ts b/src/0x.ts
index b75486902..3a06c7b5a 100644
--- a/src/0x.ts
+++ b/src/0x.ts
@@ -38,7 +38,8 @@ export class ZeroEx {
*/
public exchange: ExchangeWrapper;
/**
- * An instance of the TokenRegistryWrapper class containing methods for interacting with the 0x TokenRegistry smart contract.
+ * An instance of the TokenRegistryWrapper class containing methods for interacting with the 0x
+ * TokenRegistry smart contract.
*/
public tokenRegistry: TokenRegistryWrapper;
/**