From f093167bf7ba2db7481795e2dfc44ad467a35d08 Mon Sep 17 00:00:00 2001 From: dahuafschmied <3955019+dahuafschmied@users.noreply.github.com> Date: Tue, 28 Jun 2022 22:00:48 +0200 Subject: [PATCH] one line for one variable --- lib/System/System.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/System/System.h b/lib/System/System.h index 6e7daa2..a2788e9 100644 --- a/lib/System/System.h +++ b/lib/System/System.h @@ -31,7 +31,8 @@ private: Configuration const *_userConfig; TaskManager _taskManager; Display _display; - bool _isEthConnected, _isWifiConnected; + bool _isEthConnected; + bool _isWifiConnected; logging::Logger _logger; };