[ci] format
This commit is contained in:
parent
9841c21e8e
commit
d50f46bfab
1 changed files with 1 additions and 1 deletions
|
@ -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 = [];
|
||||||
|
|
Loading…
Reference in a new issue