[ci] format

This commit is contained in:
Princesseuh 2022-07-20 15:18:23 +00:00 committed by fredkbot
parent 9841c21e8e
commit d50f46bfab

View file

@ -11,8 +11,8 @@ import {
white, white,
yellow, yellow,
} from 'kleur/colors'; } from 'kleur/colors';
import { fileURLToPath } from 'url';
import stringWidth from 'string-width'; import stringWidth from 'string-width';
import { fileURLToPath } from 'url';
export function printDiagnostic(filePath: string, text: string, diag: Diagnostic): string { export function printDiagnostic(filePath: string, text: string, diag: Diagnostic): string {
let result = []; let result = [];