Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Apr 13, 2023
1 parent 0f4c005 commit 704d61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/markdown/remark/src/frontmatter-injection.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { VFileData as Data, VFile } from 'vfile';
import type { VFile, VFileData as Data } from 'vfile';
import type { MarkdownAstroData } from './types.js';

function isValidAstroData(obj: unknown): obj is MarkdownAstroData {
Expand Down

0 comments on commit 704d61e

Please sign in to comment.