From c02b50599808af6d334071f407e36a3fe1c11704 Mon Sep 17 00:00:00 2001 From: minacode Date: Wed, 7 Dec 2022 14:01:43 +0100 Subject: [PATCH] format --- src/systemtask/SystemTask.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/systemtask/SystemTask.cpp b/src/systemtask/SystemTask.cpp index e22265f6..0be587a5 100644 --- a/src/systemtask/SystemTask.cpp +++ b/src/systemtask/SystemTask.cpp @@ -426,7 +426,8 @@ void SystemTask::Work() { break; case Messages::LowBattery: { Pinetime::Controllers::NotificationManager::Notification notif; - std::array message {"Low Battery\0Charge your watch to prevent data loss.\0"}; + std::array message { + "Low Battery\0Charge your watch to prevent data loss.\0"}; notif.message = message; notif.size = 53; notif.category = Pinetime::Controllers::NotificationManager::Categories::SimpleAlert;