Skip to content

Commit 8be6e88

Browse files
committed
chimes: fix formatting
1 parent 5621869 commit 8be6e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systemtask/SystemTask.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ void SystemTask::Work() {
340340
using Pinetime::Controllers::AlarmController;
341341
if (settingsController.GetNotificationStatus() != Controllers::Settings::Notification::Sleep &&
342342
(settingsController.GetChimeOption() == Controllers::Settings::ChimesOption::HalfHours ||
343-
settingsController.GetChimeOption() == Controllers::Settings::ChimesOption::QuarterHours) &&
343+
settingsController.GetChimeOption() == Controllers::Settings::ChimesOption::QuarterHours) &&
344344
!alarmController.IsAlerting()) {
345345
GoToRunning();
346346
displayApp.PushMessage(Pinetime::Applications::Display::Messages::HalfHourChime);

0 commit comments

Comments
 (0)