summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matt Kane <astrobot-houston@users.noreply.github.com> 2024-12-18 13:57:45 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-12-18 13:57:45 +0000
commita581c152fce75e5dc0d991e4259c96de090db208 (patch)
tree46eb8dd9b0cb461651db731731eb3679805555ae
parenta94e309ebf3b3259515a214c5f398a0287fc1d69 (diff)
downloadastro-a581c152fce75e5dc0d991e4259c96de090db208.tar.gz
astro-a581c152fce75e5dc0d991e4259c96de090db208.tar.zst
astro-a581c152fce75e5dc0d991e4259c96de090db208.zip
[ci] format
-rw-r--r--packages/astro/src/core/app/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/app/types.ts b/packages/astro/src/core/app/types.ts
index 2b2b70378..6a1715a1d 100644
--- a/packages/astro/src/core/app/types.ts
+++ b/packages/astro/src/core/app/types.ts
@@ -1,7 +1,7 @@
import type { RoutingStrategies } from '../../i18n/utils.js';
import type { ComponentInstance, SerializedRouteData } from '../../types/astro.js';
import type { AstroMiddlewareInstance } from '../../types/public/common.js';
-import type { Locales, ResolvedSessionConfig, } from '../../types/public/config.js';
+import type { Locales, ResolvedSessionConfig } from '../../types/public/config.js';
import type {
RouteData,
SSRComponentMetadata,