[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,
|
||||
yellow,
|
||||
} from 'kleur/colors';
|
||||
import { fileURLToPath } from 'url';
|
||||
import stringWidth from 'string-width';
|
||||
import { fileURLToPath } from 'url';
|
||||
|
||||
export function printDiagnostic(filePath: string, text: string, diag: Diagnostic): string {
|
||||
let result = [];
|
||||
|
|
Loading…
Reference in a new issue