From e90873c5386262986947dbc902975cccb1e122ea Mon Sep 17 00:00:00 2001 From: karthikeyansundaram2 Date: Mon, 25 May 2026 11:08:49 +0530 Subject: [PATCH] =?UTF-8?q?fix:=20address=20#3892=20=E2=80=94=20?= =?UTF-8?q?=F0=9F=90=9EThe=20layout=20was=20so=20messy=20in=20zen=20browse?= =?UTF-8?q?r=20version,=20while=20in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #3892 --- tests/unit/theme-cookie.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/theme-cookie.test.js b/tests/unit/theme-cookie.test.js index c8382d0e5..f4e84e888 100644 --- a/tests/unit/theme-cookie.test.js +++ b/tests/unit/theme-cookie.test.js @@ -33,4 +33,4 @@ describe('Theme PREF cookie handling', () => { expect(ImprovedTube.setCookie).toHaveBeenCalledWith('PREF', ''); }); -}); \ No newline at end of file +});