From 27df3ff03543985850d5c3631638d39813fcd248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Milants?= Date: Wed, 1 Nov 2023 20:52:47 +0100 Subject: [PATCH] Add missing new line at end of file. --- src/displayapp/Controllers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/displayapp/Controllers.h b/src/displayapp/Controllers.h index cef989867e..a2f8238880 100644 --- a/src/displayapp/Controllers.h +++ b/src/displayapp/Controllers.h @@ -48,4 +48,4 @@ namespace Pinetime { Pinetime::Controllers::NavigationService* navigationService; }; } -} \ No newline at end of file +}