summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ben Holmes <bholmesdev@users.noreply.github.com> 2024-07-30 15:43:44 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-07-30 15:43:44 +0000
commit9f766d8b5884f2b19eed1d1f2c33df69ad61df67 (patch)
treea671bbb03d7c24b648cd2be3cd4164c384778614
parent1c3265a8c9c0b1b1bd597f756b63463146bacc3a (diff)
downloadastro-9f766d8b5884f2b19eed1d1f2c33df69ad61df67.tar.gz
astro-9f766d8b5884f2b19eed1d1f2c33df69ad61df67.tar.zst
astro-9f766d8b5884f2b19eed1d1f2c33df69ad61df67.zip
[ci] format
-rw-r--r--packages/astro/test/types/action-return-type.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/types/action-return-type.ts b/packages/astro/test/types/action-return-type.ts
index 4922da553..d0ac10562 100644
--- a/packages/astro/test/types/action-return-type.ts
+++ b/packages/astro/test/types/action-return-type.ts
@@ -1,8 +1,8 @@
import { describe, it } from 'node:test';
import { expectTypeOf } from 'expect-type';
import {
- type SafeResult,
type ActionReturnType,
+ type SafeResult,
defineAction,
} from '../../dist/actions/runtime/virtual/server.js';
import { z } from '../../zod.mjs';