From 2f53d44a09f717ae0cf2e9b248fe0752624fd65c Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Tue, 28 Jun 2022 22:41:11 +0200 Subject: [PATCH] remove whitespace --- lib/System/System.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/System/System.h b/lib/System/System.h index a2788e9..a6a0d97 100644 --- a/lib/System/System.h +++ b/lib/System/System.h @@ -31,7 +31,7 @@ private: Configuration const *_userConfig; TaskManager _taskManager; Display _display; - bool _isEthConnected; + bool _isEthConnected; bool _isWifiConnected; logging::Logger _logger; };