diff options
author | 2024-05-22 12:08:02 +0000 | |
---|---|---|
committer | 2024-05-22 12:08:02 +0000 | |
commit | a687a176452a06a3532f3ce9830d46be46d16f05 (patch) | |
tree | 2ba46fa6e4e8646ddf79494a28c07ce6706ea317 | |
parent | 29a8650375053cd5690a32bed4140f0fef11c705 (diff) | |
download | astro-a687a176452a06a3532f3ce9830d46be46d16f05.tar.gz astro-a687a176452a06a3532f3ce9830d46be46d16f05.tar.zst astro-a687a176452a06a3532f3ce9830d46be46d16f05.zip |
[ci] format
-rw-r--r-- | packages/astro/src/actions/runtime/virtual/server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/actions/runtime/virtual/server.ts b/packages/astro/src/actions/runtime/virtual/server.ts index be870b957..077307a73 100644 --- a/packages/astro/src/actions/runtime/virtual/server.ts +++ b/packages/astro/src/actions/runtime/virtual/server.ts @@ -1,5 +1,5 @@ import { z } from 'zod'; -import { getApiContext as _getApiContext, type ActionAPIContext } from '../store.js'; +import { type ActionAPIContext, getApiContext as _getApiContext } from '../store.js'; import { type MaybePromise, hasContentType } from '../utils.js'; import { ActionError, |