1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-21 07:38:07 +02:00

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

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

View file

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