refactor: employ prettier
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
// @flow
|
||||
|
||||
import {
|
||||
Account,
|
||||
} from '../../src';
|
||||
import {Account} from '../../src';
|
||||
import {url} from '../url';
|
||||
import {mockRpc} from '../__mocks__/node-fetch';
|
||||
|
||||
@ -18,6 +16,6 @@ export function mockGetLastId() {
|
||||
{
|
||||
error: null,
|
||||
result: lastId.publicKey.toBase58(),
|
||||
}
|
||||
},
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user