Skip to content

Commit 93e8bd2

Browse files
ematipicoastrobot-houston
authored andcommitted
[ci] format
1 parent 7958c6b commit 93e8bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/astro/src/actions/vite-plugin-actions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function vitePluginActions({
6363
enforce: 'pre',
6464
async resolveId(id) {
6565
if (id === VIRTUAL_MODULE_ID) {
66-
return RESOLVED_VIRTUAL_MODULE_ID
66+
return RESOLVED_VIRTUAL_MODULE_ID;
6767
}
6868

6969
if (id === RUNTIME_VIRTUAL_MODULE_ID) {
@@ -101,7 +101,7 @@ export function vitePluginActions({
101101
},
102102
async load(id, opts) {
103103
if (id === RESOLVED_VIRTUAL_MODULE_ID) {
104-
return { code: `export * from 'astro/actions/runtime/virtual.js';` }
104+
return { code: `export * from 'astro/actions/runtime/virtual.js';` };
105105
}
106106

107107
if (id === RESOLVED_NOOP_ENTRYPOINT_VIRTUAL_MODULE_ID) {

0 commit comments

Comments
 (0)