Skip to content

Commit eb76025

Browse files
committed
remove irrelevant format change to clean up diff
1 parent 4fceee8 commit eb76025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ export let parseCompilerLogOutput = (
589589
code: undefined,
590590
severity: t.DiagnosticSeverity.Error,
591591
tag: undefined,
592-
content: [lines[i], lines[i + 1]],
592+
content: [lines[i], lines[i+1]],
593593
});
594594
i++;
595595
} else if (/^ +([0-9]+| +|\.) (|)/.test(line)) {

0 commit comments

Comments
 (0)