0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[ci] format

This commit is contained in:
Houston (Bot) 2024-03-28 18:10:50 +00:00 committed by astrobot-houston
parent 50cc5f01c7
commit c0cae63147
2 changed files with 3 additions and 3 deletions

View file

@ -25,13 +25,13 @@ import {
type DBColumns,
type DBConfig,
type DBSnapshot,
type ResolvedDBTables,
type DateColumn,
type JsonColumn,
type NumberColumn,
type ResolvedDBTable,
type TextColumn,
type ResolvedDBTables,
type ResolvedIndexes,
type TextColumn,
} from '../types.js';
import { type Result, getRemoteDatabaseUrl } from '../utils.js';

View file

@ -8,11 +8,11 @@ import type {
dateColumnSchema,
dbConfigSchema,
indexSchema,
resolvedIndexSchema,
jsonColumnSchema,
numberColumnOptsSchema,
numberColumnSchema,
referenceableColumnSchema,
resolvedIndexSchema,
tableSchema,
textColumnOptsSchema,
textColumnSchema,