1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

whitespace

This commit is contained in:
J. Nick Koston
2025-10-17 18:46:41 -10:00
parent 4f4da1de22
commit 7f2d8a2c11
3 changed files with 191 additions and 9 deletions

View File

@@ -10,10 +10,10 @@
| **Flash** | {{ target_flash }} | {{ pr_flash }} | {{ flash_change }} |
{% if component_breakdown %}
{{ component_breakdown }}
{%- endif %}
{%- if symbol_changes %}
{% endif %}
{% if symbol_changes %}
{{ symbol_changes }}
{%- endif %}
{% endif %}
{%- if target_cache_hit %}
> ⚡ Target branch analysis was loaded from cache (build skipped for faster CI).

View File

@@ -3,7 +3,7 @@
<details>
<summary>🔍 Symbol-Level Changes (click to expand)</summary>
{%- if changed_symbols %}
{% if changed_symbols %}
### Changed Symbols
@@ -16,8 +16,8 @@
| ... | ... | ... | *({{ changed_symbols|length - max_changed_rows }} more changed symbols not shown)* |
{% endif -%}
{%- endif %}
{%- if new_symbols %}
{% endif %}
{% if new_symbols %}
### New Symbols (top {{ max_new_rows }})
@@ -31,8 +31,8 @@
| *{{ new_symbols|length - max_new_rows }} more new symbols...* | *Total: {{ total_new_size|format_bytes }}* |
{% endif -%}
{%- endif %}
{%- if removed_symbols %}
{% endif %}
{% if removed_symbols %}
### Removed Symbols (top {{ max_removed_rows }})
@@ -46,6 +46,6 @@
| *{{ removed_symbols|length - max_removed_rows }} more removed symbols...* | *Total: {{ total_removed_size|format_bytes }}* |
{% endif -%}
{%- endif %}
{% endif %}
</details>