Skip to content

Commit d1dd936

Browse files
author
Danny Diekroeger
committed
fixed spacing
1 parent cee8cca commit d1dd936

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/sign.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,13 +337,13 @@ const parseKey = function(rawkey, coin, path) {
337337
This function gets and gets and returns the transaction hex in all of these cases
338338
*/
339339
const getTransactionHexFromRequest = function(recoveryRequest) {
340-
if( recoveryRequest.tx ){
340+
if (recoveryRequest.tx){
341341
return recoveryRequest.tx
342342
}
343-
if (recoveryRequest.txHex ){
343+
if (recoveryRequest.txHex){
344344
return recoveryRequest.txHex
345345
}
346-
if (recoveryRequest.transactionHex ){
346+
if (recoveryRequest.transactionHex){
347347
return recoveryRequest.transactionHex
348348
}
349349
throw new Error("The recovery request did not provide a transaction hex");

0 commit comments

Comments
 (0)