Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev authored and astrobot-houston committed Jan 3, 2023
1 parent 3aa3e00 commit a066928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/astro/src/content/types-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import {
ContentConfig,
ContentObservable,
ContentPaths,
getEntryInfo,
getContentPaths,
getEntryInfo,
loadContentConfig,
NoCollectionError,
} from './utils.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/src/content/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import matter from 'gray-matter';
import { slug as githubSlug } from 'github-slugger';
import matter from 'gray-matter';
import type fsMod from 'node:fs';
import path from 'node:path';
import { fileURLToPath } from 'node:url';
Expand Down

0 comments on commit a066928

Please sign in to comment.