Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ildar170975 authored Nov 14, 2024
1 parent 2cc8700 commit f3a5de8
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,10 @@ class HaPanelDevTemplate extends LitElement {
class="rendered ${classMap({
[resultType]: resultType,
})}"
>${type === "object"
? JSON.stringify(this._templateResult.result, null, 2)
: this._templateResult.result}</pre>
>
${type === "object"
? JSON.stringify(this._templateResult.result, null, 2)
: this._templateResult.result}</pre>
<p>
${this.hass.localize(
"ui.panel.developer-tools.tabs.templates.result_type"
Expand Down

0 comments on commit f3a5de8

Please sign in to comment.