Remove extra line in project search
This commit is contained in:
parent
aa8183e81a
commit
fbad8439ae
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ impl ProjectSearchResult {
|
|||
Ok(Some(first)) => {
|
||||
lines.push(LineSearchResult {
|
||||
number,
|
||||
text: text.to_string(),
|
||||
text: text.trim_end().to_string(),
|
||||
first,
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue