Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev authored and astrobot-houston committed Aug 22, 2024
1 parent 62e97a2 commit 4db5c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { OutgoingHttpHeaders } from 'node:http';
import type { z } from 'zod';
import type { AddressInfo } from 'node:net';
import type {
MarkdownHeading,
Expand All @@ -12,6 +11,7 @@ import type {
import type * as babel from '@babel/core';
import type * as rollup from 'rollup';
import type * as vite from 'vite';
import type { z } from 'zod';
import type {
ActionAccept,
ActionClient,
Expand Down

0 comments on commit 4db5c74

Please sign in to comment.