1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 17:02:27 +02:00

Add missing newline

This commit is contained in:
Raymond Hill 2019-07-05 08:22:26 -04:00
parent 3e1de012a6
commit 6220e1d3eb
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -210,7 +210,9 @@
} }
if ( Object.keys(toSave).length !== 0 ) { if ( Object.keys(toSave).length !== 0 ) {
vAPI.localStorage.setItem( vAPI.localStorage.setItem(
'immediateHiddenSettings', JSON.stringify(toSave)); 'immediateHiddenSettings',
JSON.stringify(toSave)
);
} else { } else {
vAPI.localStorage.removeItem('immediateHiddenSettings'); vAPI.localStorage.removeItem('immediateHiddenSettings');
} }