Ran linter
This commit is contained in:
@@ -2,7 +2,7 @@ import { SignedZeroExTransaction } from '@0x/types';
|
||||
import { BigNumber } from '@0x/utils';
|
||||
import * as ethUtil from 'ethereumjs-util';
|
||||
|
||||
import { hashUtils, SignedCoordinatorApproval, signingUtils, CoordinatorSignatureType } from './index';
|
||||
import { CoordinatorSignatureType, hashUtils, SignedCoordinatorApproval, signingUtils } from './index';
|
||||
|
||||
export class ApprovalFactory {
|
||||
private readonly _privateKey: Buffer;
|
||||
|
@@ -2,7 +2,7 @@ import { generatePseudoRandomSalt } from '@0x/order-utils';
|
||||
import { SignedZeroExTransaction } from '@0x/types';
|
||||
import * as ethUtil from 'ethereumjs-util';
|
||||
|
||||
import { hashUtils, signingUtils, CoordinatorSignatureType } from './index';
|
||||
import { CoordinatorSignatureType, hashUtils, signingUtils } from './index';
|
||||
|
||||
export class CoordinatorTransactionFactory {
|
||||
private readonly _signerBuff: Buffer;
|
||||
|
Reference in New Issue
Block a user