Skip to content

Commit

Permalink
fix(lsp): remove excessive line breaks in status page (#15364)
Browse files Browse the repository at this point in the history
Fixes #15359
  • Loading branch information
outloudvi committed Aug 1, 2022
1 parent 96290f1 commit 924aa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/lsp/language_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2972,7 +2972,7 @@ impl Inner {
for average in averages {
writeln!(
contents,
"|{}|{}ms|{}|\n",
"|{}|{}ms|{}|",
average.name, average.average_duration, average.count
)
.unwrap();
Expand Down

0 comments on commit 924aa31

Please sign in to comment.