From 473d9c4fa4d887275eafa9a2f4ef98b3e18695a7 Mon Sep 17 00:00:00 2001 From: Jean-François Milants Date: Wed, 1 Nov 2023 21:06:26 +0100 Subject: Fix code formatting --- src/displayapp/screens/Timer.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/displayapp/screens/Timer.h') diff --git a/src/displayapp/screens/Timer.h b/src/displayapp/screens/Timer.h index f8e337c2..409cae1c 100644 --- a/src/displayapp/screens/Timer.h +++ b/src/displayapp/screens/Timer.h @@ -10,7 +10,7 @@ #include "components/timer/Timer.h" #include "Symbols.h" -namespace Pinetime::Applications{ +namespace Pinetime::Applications { namespace Screens { class Timer : public Screen { public: @@ -46,10 +46,13 @@ namespace Pinetime::Applications{ }; } - template<> + template <> struct AppTraits { static constexpr Apps app = Apps::Timer; static constexpr const char* icon = Screens::Symbols::hourGlass; - static Screens::Screen *Create(AppControllers& controllers) { return new Screens::Timer(controllers.timer); }; + + static Screens::Screen* Create(AppControllers& controllers) { + return new Screens::Timer(controllers.timer); + }; }; } -- cgit v1.2.3-70-g09d2