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 Jul 17, 2024
1 parent ac8dd73 commit e67dcde
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/astro/src/runtime/server/render/astro/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ export type AstroFactoryReturnValue = RenderTemplateResult | Response | HeadAndC

// The callback passed to to $$createComponent
export interface AstroComponentFactory {
(
result: any,
props: any,
slots: any
): AstroFactoryReturnValue | Promise<AstroFactoryReturnValue>;
(result: any, props: any, slots: any): AstroFactoryReturnValue | Promise<AstroFactoryReturnValue>;
isAstroComponentFactory?: boolean;
moduleId?: string | undefined;
propagation?: PropagationHint;
Expand Down

0 comments on commit e67dcde

Please sign in to comment.