lang: ast: Remove the double dash
Not sure why this is here?
This commit is contained in:
@@ -674,7 +674,7 @@ func (obj *Textarea) HighlightText() string {
|
|||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
result.WriteString("\n--\n")
|
result.WriteString("\n\n")
|
||||||
|
|
||||||
if obj.startLine == obj.endLine {
|
if obj.startLine == obj.endLine {
|
||||||
line := lines[obj.startLine] + "\n"
|
line := lines[obj.startLine] + "\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user