From b78c936aabe5cb045f0483f3112586377efb2fc9 Mon Sep 17 00:00:00 2001 From: Dafnik Date: Mon, 10 Jun 2024 12:49:15 +0200 Subject: [PATCH] style: format Signed-off-by: Dafnik --- src/app/home/_layout/home.layout.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/home/_layout/home.layout.ts b/src/app/home/_layout/home.layout.ts index 70297423..8d6a90bd 100644 --- a/src/app/home/_layout/home.layout.ts +++ b/src/app/home/_layout/home.layout.ts @@ -10,7 +10,7 @@ import {filter, pairwise} from 'rxjs'; import { ActiveSystemNotificationsComponent, ActiveSystemNotificationsDesktopComponent, - ActiveSystemNotificationsMobileToggleComponent + ActiveSystemNotificationsMobileToggleComponent, } from './_components/active-system-notifications.component'; import {MaintenanceWarningComponent} from './_components/maintenance-warning.component'; import {MobileNavComponent} from './_components/mobile-nav.component'; @@ -26,9 +26,9 @@ import {NetworkOfflineWarningComponent} from './_components/network-offline-warn
- +