Skip to content

Commit 1f6f5df

Browse files
committed
chore: run prettier
1 parent 004f6c1 commit 1f6f5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/myst.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export async function processArticleMDAST(
9999

100100
const { frontmatter: frontmatterRaw } = getFrontmatter(file, mdast);
101101
// unnestKernelSpec(rawPageFrontmatter);
102-
console.log(JSON.stringify(frontmatterRaw))
102+
console.log(JSON.stringify(frontmatterRaw));
103103
const frontmatter = validatePageFrontmatter(frontmatterRaw, {
104104
property: 'frontmatter',
105105
messages: {}

0 commit comments

Comments
 (0)