Fix prettier issues

This commit is contained in:
fabioberger
2019-11-12 11:35:34 +00:00
parent d91a7b6d0e
commit fc824b8d06
12 changed files with 24 additions and 40 deletions

View File

@@ -2,7 +2,6 @@ import { constants, expect } from '@0x/contracts-test-utils';
import { BigNumber } from '@0x/utils';
import * as _ from 'lodash';
import { StakingApiWrapper } from '../utils/api_wrapper';
import {
BalanceByOwner,
DelegatorBalancesByPoolId,
@@ -13,6 +12,7 @@ import {
RewardBalanceByPoolId,
RewardByPoolId,
} from '../../src/types';
import { StakingApiWrapper } from '../utils/api_wrapper';
import { BaseActor } from './base_actor';

View File

@@ -2,8 +2,8 @@ import { expect } from '@0x/contracts-test-utils';
import { BigNumber, RevertError } from '@0x/utils';
import * as _ from 'lodash';
import { StakingApiWrapper } from '../utils/api_wrapper';
import { StakeBalances, StakeInfo, StakeStatus, StoredBalance } from '../../src/types';
import { StakingApiWrapper } from '../utils/api_wrapper';
import { BaseActor } from './base_actor';