Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 7263bd1

Browse files
committed
lint
1 parent 0c23be8 commit 7263bd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/javascripts/discourse/components/modal/ai-persona-response-format-editor.gjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ export default class AiPersonaResponseFormatEditor extends Component {
6767
<div class="ai-persona-editor__response-format">
6868
{{#if (gt @data.response_format.length 0)}}
6969
<pre class="ai-persona-editor__response-format-pre">
70-
<code>{{this.displayJSON}}</code>
70+
<code
71+
>{{this.displayJSON}}</code>
7172
</pre>
7273
{{else}}
7374
<div class="ai-persona-editor__response-format-none">

0 commit comments

Comments
 (0)