style(whitespace): trailing whitespaces removed

This commit is contained in:
Damian Mee 2014-08-05 17:21:39 +02:00
parent 7ab3152e9c
commit 2b64f35689
6 changed files with 22 additions and 22 deletions

View file

@ -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
});
});