[ci] format
This commit is contained in:
parent
ccae431426
commit
d13afad272
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
import { bold, dim } from 'kleur/colors';
|
import { dim } from 'kleur/colors';
|
||||||
import stringWidth from 'string-width';
|
import stringWidth from 'string-width';
|
||||||
import type { AstroConfig } from '../../@types/astro';
|
|
||||||
|
|
||||||
interface LogWritable<T> {
|
interface LogWritable<T> {
|
||||||
write: (chunk: T) => boolean;
|
write: (chunk: T) => boolean;
|
||||||
|
|
Loading…
Reference in a new issue