fix: remove text label gap (#834)
This commit is contained in:
parent
cad534812b
commit
bdd63443e0
1 changed files with 1 additions and 1 deletions
|
@ -1063,7 +1063,7 @@ export class TLDR {
|
|||
return text
|
||||
.replace(TLDR.fixNewLines, '\n')
|
||||
.split('\n')
|
||||
.map((x) => x || ' ')
|
||||
.map((x) => x || '')
|
||||
.join('\n')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue