1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 05:12:21 +01:00

cleans to dump

This commit is contained in:
J. Nick Koston
2025-07-22 09:01:11 -10:00
parent 873aebc572
commit 8096eea6c3
2 changed files with 1 additions and 27 deletions

View File

@@ -1031,7 +1031,7 @@ def _generate_array_dump_content(
o += f' out.append(" {name}: ");\n'
o += indent(ti.dump("it")) + "\n"
o += ' out.append("\\n");\n'
o += "}\n"
o += "}"
return o