From 324fab81865a4cebb84dc99200825f4e395008eb Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 1 Jun 2018 14:12:18 -0700 Subject: Fix tslint issues --- packages/contracts/src/utils/order_factory.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/contracts/src/utils') diff --git a/packages/contracts/src/utils/order_factory.ts b/packages/contracts/src/utils/order_factory.ts index fc491d967..ef11e4341 100644 --- a/packages/contracts/src/utils/order_factory.ts +++ b/packages/contracts/src/utils/order_factory.ts @@ -1,5 +1,4 @@ -import { generatePseudoRandomSalt } from '@0xproject/order-utils'; -import { orderHashUtils } from '@0xproject/order-utils'; +import { generatePseudoRandomSalt, orderHashUtils } from '@0xproject/order-utils'; import { Order, SignatureType, SignedOrder } from '@0xproject/types'; import { BigNumber } from '@0xproject/utils'; import * as _ from 'lodash'; -- cgit v1.2.3