Removed an unneccessary line space

This commit is contained in:
nuttylmao
2025-03-27 03:19:37 +11:00
parent e84b6933c4
commit 300fb930f6
-1
View File
@@ -64,7 +64,6 @@ document.body.style.background = `${background}${hexOpacity}`;
const ignoreUserList = ignoreChatters.split(',').map(item => item.trim().toLowerCase()) || []; const ignoreUserList = ignoreChatters.split(',').map(item => item.trim().toLowerCase()) || [];
// Set the scroll direction // Set the scroll direction
switch (scrollDirection) switch (scrollDirection)
{ {
case 1: case 1: