mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Remove trailing commas in function parameter lists
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/681
This commit is contained in:
parent
df97249715
commit
945b3c5158
2 changed files with 3 additions and 3 deletions
2
dist/version
vendored
2
dist/version
vendored
|
|
@ -1 +1 @@
|
|||
1.21.4
|
||||
1.21.6
|
||||
|
|
|
|||
|
|
@ -396,12 +396,12 @@
|
|||
out.unshift(
|
||||
'(function() {',
|
||||
'// >>>> start of private namespace',
|
||||
'',
|
||||
''
|
||||
);
|
||||
out.push(
|
||||
'',
|
||||
'// <<<< end of private namespace',
|
||||
'})();',
|
||||
'})();'
|
||||
);
|
||||
|
||||
return out.join('\n');
|
||||
|
|
|
|||
Loading…
Reference in a new issue