Merge branch 'winh-fix-sprintf-eslint' into 'master'

Fix linting errors in sprintf

See merge request gitlab-org/gitlab-ce!14664
This commit is contained in:
Clement Ho 2017-10-03 20:14:01 +00:00
commit 900a19edfc
1 changed files with 10 additions and 10 deletions

View File

@ -23,4 +23,4 @@ export default (input, parameters, escapeParameters = true) => {
}
return output;
}
};