[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-06-10 10:20:06 +00:00
parent 6dedcf0a40
commit ae460f9826

View file

@ -10,7 +10,7 @@ class NissanLeafHtmlRenderer : public BatteryHtmlRenderer {
String get_status_html() { String get_status_html() {
String content; String content;
content += "<h4>LEAF generation: "; content += "<h4>LEAF generation: ";
switch (datalayer_extended.nissanleaf.LEAF_gen) { switch (datalayer_extended.nissanleaf.LEAF_gen) {
case 0: case 0:
content += String("ZE0</h4>"); content += String("ZE0</h4>");