Pārlūkot izejas kodu

chore: formatting

Timothy J. Baek 1 gadu atpakaļ
vecāks
revīzija
2325660520
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/lib/components/layout/Sidebar.svelte

+ 2 - 2
src/lib/components/layout/Sidebar.svelte

@@ -79,10 +79,10 @@
 		};
 
 		const onResize = () => {
-			if(show && window.innerWidth < BREAKPOINT) {
+			if (show && window.innerWidth < BREAKPOINT) {
 				show = false;
 			}
-		}
+		};
 
 		document.addEventListener('touchstart', onTouchStart);
 		document.addEventListener('touchend', onTouchEnd);