From 0195a1c7b7f160536d190490c846819c49bec2a0 Mon Sep 17 00:00:00 2001 From: codingjourney Date: Wed, 30 Oct 2024 22:11:26 +0100 Subject: [PATCH] added missing newline --- src/displayapp/screens/StopWatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/displayapp/screens/StopWatch.cpp b/src/displayapp/screens/StopWatch.cpp index 6fa8165225..25b0ad77a5 100644 --- a/src/displayapp/screens/StopWatch.cpp +++ b/src/displayapp/screens/StopWatch.cpp @@ -232,4 +232,4 @@ void StopWatch::OnPause() { RenderTime(); // make sure displayed time is not stale DisplayPaused(); wakeLock.Release(); -} \ No newline at end of file +}