mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
7743511f8a
commit
903d44904d
3 changed files with 5 additions and 5 deletions
|
@ -7,10 +7,10 @@
|
|||
class KiaEGmpBattery;
|
||||
|
||||
class KiaEGMPHtmlRenderer : public BatteryHtmlRenderer {
|
||||
private:
|
||||
private:
|
||||
KiaEGmpBattery& batt;
|
||||
|
||||
public:
|
||||
public:
|
||||
KiaEGMPHtmlRenderer(KiaEGmpBattery& b) : batt(b) {}
|
||||
String get_status_html();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue