mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 11:53:47 +00:00
Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@ public:
|
||||
{
|
||||
public:
|
||||
virtual void OnBatteryLevelReceived(uint8_t level) = 0;
|
||||
|
||||
protected:
|
||||
virtual ~Subscriber() = default;
|
||||
};
|
||||
@@ -30,4 +31,4 @@ private:
|
||||
uint8_t m_lastReceivedLevel = 0;
|
||||
bool m_isTrackingInProgress = false;
|
||||
};
|
||||
} // platform
|
||||
} // namespace platform
|
||||
|
||||
Reference in New Issue
Block a user