Remove all white space at end of line

This commit is contained in:
Hongarc 2019-04-22 06:44:05 +07:00
parent 58f2dc4156
commit 10bcc0a02f
17 changed files with 870 additions and 870 deletions

View file

@ -37,7 +37,7 @@ var commands = {
// copy command, and then set opts
commandObj.setOptionsMap(delConfig.options || {});
commandObj.setGeneralArgs(delConfig.args || []);
commandConfigs[delConfig.vcs][delConfig.name].execute.call(this, engine, commandObj);
}, this);
} else {