From f1f4c9028e12c9a34bcfd79fd7ba273aebfbbae7 Mon Sep 17 00:00:00 2001 From: codingjourney Date: Mon, 28 Oct 2024 05:26:30 +0100 Subject: fixed issues found by the test-format CI job --- src/displayapp/screens/StopWatch.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/displayapp/screens/StopWatch.h') diff --git a/src/displayapp/screens/StopWatch.h b/src/displayapp/screens/StopWatch.h index b2e85b7a..b0379654 100644 --- a/src/displayapp/screens/StopWatch.h +++ b/src/displayapp/screens/StopWatch.h @@ -20,8 +20,7 @@ namespace Pinetime::Applications { class StopWatch : public Screen { public: - explicit StopWatch(System::SystemTask& systemTask, - Controllers::StopWatchController& stopWatchController); + explicit StopWatch(System::SystemTask& systemTask, Controllers::StopWatchController& stopWatchController); ~StopWatch() override; void Refresh() override; @@ -56,8 +55,7 @@ namespace Pinetime::Applications { static constexpr const char* icon = Screens::Symbols::stopWatch; static Screens::Screen* Create(AppControllers& controllers) { - return new Screens::StopWatch(*controllers.systemTask, - controllers.stopWatchController); + return new Screens::StopWatch(*controllers.systemTask, controllers.stopWatchController); } static bool IsAvailable(Pinetime::Controllers::FS& /*filesystem*/) { return true; -- cgit v1.2.3-70-g09d2