Fix errors reported by the no-useless-concat ESLint rule

http://eslint.org/docs/rules/no-useless-concat
This commit is contained in:
Jonas Jenwald 2016-12-10 14:57:41 +01:00
parent 3820946301
commit e53ab844cc
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ function parseOptions() {
'test_manifest.json'))
.check(describeCheck(function (argv) {
return !argv.browser || !argv.browserManifestFile;
}, '--browser and --browserManifestFile must not be specified at the ' +'' +
}, '--browser and --browserManifestFile must not be specified at the ' +
'same time.'));
var result = yargs.argv;
if (result.help) {