InfiniTime.git

commit a82a34cd11aabfb114228d6740eb7435189e5695

Author: minacode <minamoto9@web.de>

format

 src/components/battery/BatteryController.cpp | 1 -


diff --git a/src/components/battery/BatteryController.cpp b/src/components/battery/BatteryController.cpp
index cdcc766a13639a0855fd695439f30852d555b028..ead3e43b4765aa08a16d6e304ee8b9b8d830ea17 100644
--- a/src/components/battery/BatteryController.cpp
+++ b/src/components/battery/BatteryController.cpp
@@ -95,7 +95,6 @@       firstMeasurement = false;
       percentRemaining = newPercent;
       systemTask->PushMessage(System::Messages::BatteryPercentageUpdated);
 
-
       // warn about low battery when not charging and below threshold
       if (BatteryIsLow() && !isPowerPresent && !batteryLowNotified) {
         systemTask->PushMessage(System::Messages::LowBattery);