Skip to content

Commit

Permalink
correction of small lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ddmitov committed Jun 17, 2017
1 parent 95cb789 commit 47f2c98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/elephant-harness-arguments.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ module.exports.setArguments = function(script) {
// The full path of the script is the minimal interpreter argument:
interpreterArguments.push(script.scriptFullPath);
return interpreterArguments;
}
};
2 changes: 1 addition & 1 deletion src/elephant-harness-environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ module.exports.setEnvironment = function(script) {
}

return scriptEnvironment;
}
};
2 changes: 1 addition & 1 deletion src/elephant-harness-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports.checkSettings = function(script) {
}

return scriptSettingsOk;
}
};

function checkScriptExistence(scriptFullPath) {
var scriptExists = true;
Expand Down

0 comments on commit 47f2c98

Please sign in to comment.