Skip to content

Commit 2309ef1

Browse files
ematipicoastrobot-houston
authored andcommitted
[ci] format
1 parent 4931457 commit 2309ef1

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

packages/integrations/react/env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ declare module 'astro:react:opts' {
55
>;
66
const options: Options;
77
export = options;
8-
}
8+
}

packages/integrations/svelte/src/client.svelte.ts

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export default (element: HTMLElement) => {
5656
};
5757
};
5858

59-
6059
function createComponent(
6160
Component: any,
6261
target: HTMLElement,
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import type { SSRResult } from 'astro';
22
export type RendererContext = {
33
result: SSRResult;
4-
};
4+
};

packages/integrations/vue/env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
declare module 'virtual:@astrojs/vue/app' {
22
export const setup: (app: import('vue').App<Element>) => void | Promise<void>;
3-
}
3+
}

0 commit comments

Comments
 (0)