Backed out changeset 0f9626b48a66 (bug 1553451) for linting failures. CLOSED TREE
This commit is contained in:
@@ -180,7 +180,6 @@ function getLineCountInComments(text) {
|
||||
* @param string text The CSS source to prettify.
|
||||
* @return string Prettified CSS source
|
||||
*/
|
||||
/* eslint-disable complexity */
|
||||
function prettifyCSS(text, ruleCount) {
|
||||
if (prettifyCSS.LINE_SEPARATOR == null) {
|
||||
const os = Services.appinfo.OS;
|
||||
@@ -406,7 +405,6 @@ function prettifyCSS(text, ruleCount) {
|
||||
|
||||
return result;
|
||||
}
|
||||
/* eslint-enable complexity */
|
||||
|
||||
exports.prettifyCSS = prettifyCSS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user