diff --git a/src/displayapp/screens/settings/SettingChimes.h b/src/displayapp/screens/settings/SettingChimes.h index dc4ded99..ca2739aa 100644 --- a/src/displayapp/screens/settings/SettingChimes.h +++ b/src/displayapp/screens/settings/SettingChimes.h @@ -23,11 +23,9 @@ namespace Pinetime { Controllers::Settings::ChimesOption chimesOption; const char* name; }; - static constexpr std::array options = {{ - {Controllers::Settings::ChimesOption::None, "Off"}, - {Controllers::Settings::ChimesOption::Hours, "Every hour"}, - {Controllers::Settings::ChimesOption::HalfHours, "Every 30 mins"} - }}; + static constexpr std::array options = {{{Controllers::Settings::ChimesOption::None, "Off"}, + {Controllers::Settings::ChimesOption::Hours, "Every hour"}, + {Controllers::Settings::ChimesOption::HalfHours, "Every 30 mins"}}}; std::array cbOption; @@ -35,4 +33,4 @@ namespace Pinetime { }; } } -} +} \ No newline at end of file