mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Remove trailing commas in function parameter lists
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/681
This commit is contained in:
parent
a89aad0304
commit
075d78e8e6
@ -396,12 +396,12 @@
|
|||||||
out.unshift(
|
out.unshift(
|
||||||
'(function() {',
|
'(function() {',
|
||||||
'// >>>> start of private namespace',
|
'// >>>> start of private namespace',
|
||||||
'',
|
''
|
||||||
);
|
);
|
||||||
out.push(
|
out.push(
|
||||||
'',
|
'',
|
||||||
'// <<<< end of private namespace',
|
'// <<<< end of private namespace',
|
||||||
'})();',
|
'})();'
|
||||||
);
|
);
|
||||||
|
|
||||||
return out.join('\n');
|
return out.join('\n');
|
||||||
|
Loading…
Reference in New Issue
Block a user