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:
parent
efbb1e9b1c
commit
aae27e76bb
@ -338,4 +338,3 @@ var PdfjsChromeUtils = {
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
1
external/crlfchecker/crlfchecker.js
vendored
1
external/crlfchecker/crlfchecker.js
vendored
@ -24,4 +24,3 @@ function checkIfCrlfIsPresent(files) {
|
||||
}
|
||||
|
||||
exports.checkIfCrlfIsPresent = checkIfCrlfIsPresent;
|
||||
|
||||
|
@ -203,4 +203,3 @@ function initializePDFJS(callback) {
|
||||
return destination;
|
||||
}
|
||||
}());
|
||||
|
||||
|
@ -117,4 +117,3 @@ describe('ui_utils', function() {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user