mirror of
https://github.com/denoland/deno.git
synced 2024-12-03 17:08:35 -05:00
fix(lsp): remove excessive line breaks in status page (#15364)
Fixes #15359
This commit is contained in:
parent
5ceaecbae4
commit
95fc447012
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