mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add missing newline
This commit is contained in:
parent
3e1de012a6
commit
6220e1d3eb
1 changed files with 3 additions and 1 deletions
|
|
@ -210,7 +210,9 @@
|
|||
}
|
||||
if ( Object.keys(toSave).length !== 0 ) {
|
||||
vAPI.localStorage.setItem(
|
||||
'immediateHiddenSettings', JSON.stringify(toSave));
|
||||
'immediateHiddenSettings',
|
||||
JSON.stringify(toSave)
|
||||
);
|
||||
} else {
|
||||
vAPI.localStorage.removeItem('immediateHiddenSettings');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue