mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
fix(lsp): remove excessive line breaks in status page (#15364)
Fixes #15359
This commit is contained in:
parent
96290f1a66
commit
924aa31fa8
1 changed files with 1 additions and 1 deletions
|
@ -2972,7 +2972,7 @@ impl Inner {
|
|||
for average in averages {
|
||||
writeln!(
|
||||
contents,
|
||||
"|{}|{}ms|{}|\n",
|
||||
"|{}|{}ms|{}|",
|
||||
average.name, average.average_duration, average.count
|
||||
)
|
||||
.unwrap();
|
||||
|
|
Loading…
Reference in a new issue