style(whitespace): trailing whitespaces removed
This commit is contained in:
parent
7ab3152e9c
commit
2b64f35689
6 changed files with 22 additions and 22 deletions
|
|
@ -90,7 +90,7 @@ describe('send test', function() {
|
|||
'txs': []
|
||||
};
|
||||
|
||||
var payment_response = {
|
||||
var payment_response = {
|
||||
'message': 'Sent 0.1 BTC to 1LhkU2R8nJaU8Zj6jB8VjWrMpvVKGqCZ64',
|
||||
'tx_hash': 'f322d01ad784e5deeb25464a5781c3b20971c1863679ca506e702e3e33c18e9c',
|
||||
'notice': 'Some funds are pending confirmation and cannot be spent yet (Value 0.001 BTC)'
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ describe('trader/fiatBalance', function() {
|
|||
assert.equal(fiatBalance, 150 / LOW_BALANCE_MARGIN);
|
||||
});
|
||||
|
||||
it('should calculate balance correctly with transfer and ' +
|
||||
it('should calculate balance correctly with transfer and ' +
|
||||
'trade exchange with different currencies', function() {
|
||||
var trader = new Trader(db);
|
||||
trader.configure({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue