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 Sep 22, 2023
1 parent cb838b8 commit 1d4f91b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/astro/src/content/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,7 @@ export function createGetEntryBySlug({
};
}

export function createGetDataEntryById({
getEntryImport,
}: {
getEntryImport: GetEntryImport;
}) {
export function createGetDataEntryById({ getEntryImport }: { getEntryImport: GetEntryImport }) {
return async function getDataEntryById(collection: string, id: string) {
const lazyImport = await getEntryImport(collection, id);

Expand Down

0 comments on commit 1d4f91b

Please sign in to comment.