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

@ -338,4 +338,3 @@ var PdfjsChromeUtils = {
});
}
};

View File

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

View File

@ -203,4 +203,3 @@ function initializePDFJS(callback) {
return destination;
}
}());

View File

@ -117,4 +117,3 @@ describe('ui_utils', function() {
});
});
});