chore: formatting

This commit is contained in:
bholmesdev 2023-06-08 11:18:03 -04:00 committed by bholmesdev
parent bcf1cde198
commit 68c04c28d5

View file

@ -150,10 +150,7 @@ export default function markdocIntegration(legacyConfig?: any): AstroIntegration
export const Content = createComponent({
async factory(result, props) {
const config = await getConfig({
variables: props,
});
const config = await getConfig({ variables: props });
return renderComponent(
result,
Renderer.name,