aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodingjourney <coding@journey.sk>2024-10-30 22:11:26 +0100
committerJF <JF002@users.noreply.github.com>2025-11-04 21:25:31 +0100
commitaf84ec254987f95ead28c78775dfb1da69380de2 (patch)
tree3837fb6165f85c3ba0c345abc6c85a6d8485ad63
parent08043c30789040e6d50af0bd6864b8b8cf95fecd (diff)
added missing newline
-rw-r--r--src/displayapp/screens/StopWatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/StopWatch.cpp b/src/displayapp/screens/StopWatch.cpp
index 6fa81652..25b0ad77 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
+}