Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
Removed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alex7kom committed Jan 28, 2020
1 parent 886ce39 commit 5773ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ function getHoldDuration (url, callback) {
};

// prepare to execute the script in new context
var code = scriptToExec +
var code = scriptToExec +
'data.my = g_daysMyEscrow;' +
'data.their = g_daysTheirEscrow;';

Expand Down

0 comments on commit 5773ec2

Please sign in to comment.