Fix code formatting
This commit is contained in:
committed by
JF
parent
97ba1a456d
commit
473d9c4fa4
@@ -32,10 +32,12 @@ namespace Pinetime {
|
||||
lv_task_t* taskRefresh;
|
||||
};
|
||||
}
|
||||
|
||||
template <>
|
||||
struct AppTraits<Apps::Motion> {
|
||||
static constexpr Apps app = Apps::Motion;
|
||||
static constexpr const char* icon = "M";
|
||||
|
||||
static Screens::Screen* Create(AppControllers& controllers) {
|
||||
return new Screens::Motion(controllers.motionController);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user