diff options
| author | codingjourney <coding@journey.sk> | 2024-10-30 22:11:26 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2025-11-04 21:25:31 +0100 |
| commit | af84ec254987f95ead28c78775dfb1da69380de2 (patch) | |
| tree | 3837fb6165f85c3ba0c345abc6c85a6d8485ad63 /src/displayapp | |
| parent | 08043c30789040e6d50af0bd6864b8b8cf95fecd (diff) | |
added missing newline
Diffstat (limited to 'src/displayapp')
| -rw-r--r-- | src/displayapp/screens/StopWatch.cpp | 2 |
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 +} |
