mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
Add missing newline
This commit is contained in:
parent
3e1de012a6
commit
6220e1d3eb
@ -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 New Issue
Block a user