Skip to content

Commit cb2fa61

Browse files
ematipicoastrobot-houston
authored andcommitted
[ci] format
1 parent 30cd6db commit cb2fa61

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/astro/components/Code.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import type { HTMLAttributes } from '../types.js';
1010
// Code.astro always uses Shiki, so import the virtual CSS module
1111
import 'virtual:astro:shiki-styles.css';
1212
13-
1413
interface Props extends Omit<HTMLAttributes<'pre'>, 'lang'> {
1514
/** The code to highlight. Required. */
1615
code: string;

0 commit comments

Comments
 (0)