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/components/stopwatch/StopWatchController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/stopwatch/StopWatchController.h') diff --git a/src/components/stopwatch/StopWatchController.h b/src/components/stopwatch/StopWatchController.h index 1590581f..800ca1b3 100644 --- a/src/components/stopwatch/StopWatchController.h +++ b/src/components/stopwatch/StopWatchController.h @@ -9,6 +9,7 @@ namespace Pinetime { namespace System { class SystemTask; } + namespace Controllers { enum class StopWatchStates { Cleared, Running, Paused }; @@ -18,7 +19,6 @@ namespace Pinetime { TickType_t timeSinceStart = 0; // Excluding pauses }; - class StopWatchController { public: StopWatchController(); -- cgit v1.2.3-70-g09d2