From 7f32cdf29dac3b9dc07350df0c37beaeee4b26bf Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 19 Jun 2017 08:59:04 -0700 Subject: Fix tslint issue --- src/0x.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; /** -- cgit v1.2.3