Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Nov 14, 2024
1 parent 0462219 commit bdc0890
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ function virtualHoistedEntry(id: string) {
return id.startsWith('/astro/hoisted.js?q=');
}

export function vitePluginHoistedScripts(
internals: BuildInternals,
): VitePlugin {
export function vitePluginHoistedScripts(internals: BuildInternals): VitePlugin {
let assetsInlineLimit: NonNullable<BuildOptions['assetsInlineLimit']>;

return {
Expand Down Expand Up @@ -93,9 +91,7 @@ export function vitePluginHoistedScripts(
};
}

export function pluginHoistedScripts(
internals: BuildInternals,
): AstroBuildPlugin {
export function pluginHoistedScripts(internals: BuildInternals): AstroBuildPlugin {
return {
targets: ['client'],
hooks: {
Expand Down

0 comments on commit bdc0890

Please sign in to comment.