From 97ba1a456df385798875c41b29e17273bac92c2d 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 cef98986..a2f82388 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 +}