From e242f489b0ce11b9649a4791498b6465de1a7415 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:05:21 +0300 Subject: [PATCH] fmt --- applications/services/notification/notification_app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/services/notification/notification_app.c b/applications/services/notification/notification_app.c index 8a62f7ac9..408c9473b 100644 --- a/applications/services/notification/notification_app.c +++ b/applications/services/notification/notification_app.c @@ -761,7 +761,7 @@ static bool notification_load_settings(NotificationApp* app) { // "kostyl" for update old setting to new without change settings version if(app->settings.display_off_delay_ms < 2000) app->settings.display_off_delay_ms = 2000; - + return fs_result; }