Fix prettier

This commit is contained in:
fabioberger
2019-10-02 20:57:57 +08:00
parent c63745c2ce
commit 851e4bfbea

View File

@@ -1,7 +1,14 @@
// tslint:disable:max-file-line-count
import { BigNumber } from 'bignumber.js';
import { ContractAbi, ContractEventArg, ContractNetworks, DecodedLogArgs, DevdocOutput, LogWithDecodedArgs } from 'ethereum-types';
import {
ContractAbi,
ContractEventArg,
ContractNetworks,
DecodedLogArgs,
DevdocOutput,
LogWithDecodedArgs,
} from 'ethereum-types';
export interface Order {
chainId: number;