Skip to content

Commit

Permalink
fix: format improvment
Browse files Browse the repository at this point in the history
  • Loading branch information
shuffledex committed Jul 2, 2020
1 parent 8f6cbb9 commit 7b47004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/entities/SecurityToken/__tests__/TokenHolders.ts
Expand Up @@ -9,7 +9,7 @@ import { Context } from '~/context';
import { IdentityId, Ticker } from '~/polkadot';
import { dsMockUtils, entityMockUtils } from '~/testUtils/mocks';
import { Mocked } from '~/testUtils/types';
import { IdentityBalance, TokenHolderProperties,TransferStatus } from '~/types';
import { IdentityBalance, TokenHolderProperties, TransferStatus } from '~/types';
import { tuple } from '~/types/utils';
import * as utilsModule from '~/utils';

Expand Down

0 comments on commit 7b47004

Please sign in to comment.