Fix code formatting

This commit is contained in:
Jean-François Milants
2023-11-01 21:06:26 +01:00
committed by JF
parent 97ba1a456d
commit 473d9c4fa4
21 changed files with 73 additions and 25 deletions

View File

@@ -38,10 +38,12 @@ namespace Pinetime {
lv_task_t* taskRefresh;
};
}
template <>
struct AppTraits<Apps::HeartRate> {
static constexpr Apps app = Apps::HeartRate;
static constexpr const char* icon = Screens::Symbols::heartBeat;
static Screens::Screen* Create(AppControllers& controllers) {
return new Screens::HeartRate(controllers.heartRateController, *controllers.systemTask);
};