Skip to content

Commit 54ff0a4

Browse files
natemoo-reastrobot-houston
authored andcommitted
[ci] format
1 parent 1f0dd31 commit 54ff0a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/astro-prism/Prism.astro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ const { class: className, lang, code } = Astro.props as Props;
1111
const { classLanguage, html } = runHighlighterWithAstro(lang, code);
1212
---
1313

14-
<pre class={[className, classLanguage].filter(Boolean).join(' ')}><code class={classLanguage} set:html={html} /></pre>
14+
<pre
15+
class={[className, classLanguage]
16+
.filter(Boolean)
17+
.join(' ')}><code class={classLanguage} set:html={html} /></pre>

0 commit comments

Comments
 (0)