1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 08:37:11 +02:00

Remove stray whitespaces

This commit is contained in:
Raymond Hill 2023-06-15 20:00:57 -04:00
parent eaea26b5e9
commit 5d596b644d
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -2721,7 +2721,7 @@ function trustedSetCookie(
} }
if ( path !== 'none' ) { if ( path !== 'none' ) {
cookieParts.push('; path=/'); cookieParts.push('; path=/');
} }
document.cookie = cookieParts.join(''); document.cookie = cookieParts.join('');
} }