Remove spaces

This commit is contained in:
Fabio Berger
2017-12-05 16:14:11 -06:00
parent 8414c18866
commit b5030df4e3
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ import {
LedgerGetAddressResult,
PartialTxParams,
} from '../../src/types';
import { chaiSetup } from '../chai_setup';
import {chaiSetup} from '../chai_setup';
import {reportCallbackErrors} from '../utils/report_callback_errors';
const expect = chai.expect;