[ci] format

This commit is contained in:
matthewp 2022-07-20 19:53:46 +00:00 committed by fredkbot
parent ccae431426
commit d13afad272

View file

@ -1,6 +1,5 @@
import { bold, dim } from 'kleur/colors';
import { dim } from 'kleur/colors';
import stringWidth from 'string-width';
import type { AstroConfig } from '../../@types/astro';
interface LogWritable<T> {
write: (chunk: T) => boolean;