Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Jul 20, 2022
1 parent ccae431 commit d13afad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/astro/src/core/logger/core.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit d13afad

Please sign in to comment.