Fix errors reported by the no-multiple-empty-lines ESLint rule

http://eslint.org/docs/rules/no-multiple-empty-lines
This commit is contained in:
Jonas Jenwald 2016-12-10 21:47:52 +01:00
parent efbb1e9b1c
commit aae27e76bb
4 changed files with 0 additions and 4 deletions

View file

@ -24,4 +24,3 @@ function checkIfCrlfIsPresent(files) {
}
exports.checkIfCrlfIsPresent = checkIfCrlfIsPresent;