style(whitespace): trailing whitespaces removed
This commit is contained in:
parent
7ab3152e9c
commit
2b64f35689
6 changed files with 22 additions and 22 deletions
|
|
@ -69,8 +69,8 @@ function send(req, res) {
|
|||
var fingerprint = getFingerprint(req);
|
||||
_trader.sendBitcoins(fingerprint, req.body, function(err, txHash) {
|
||||
res.json({
|
||||
err: err && err.message,
|
||||
txHash: txHash,
|
||||
err: err && err.message,
|
||||
txHash: txHash,
|
||||
errType: err && err.name
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue