Skip to content

Commit 1441e6e

Browse files
committed
prettier
1 parent 4cc12d6 commit 1441e6e

File tree

1 file changed

+1
-1
lines changed
  • packages/site-kit/src/lib/markdown

1 file changed

+1
-1
lines changed

packages/site-kit/src/lib/markdown/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const SHIKI_LANGUAGE_MAP = {
1111
jsonc: 'javascript',
1212
dts: 'typescript',
1313
// TODO: find a highlighter for tree syntax
14-
tree: '',
14+
tree: ''
1515
};
1616

1717
/**

0 commit comments

Comments
 (0)