remove empty line
This commit is contained in:
parent
d82c65ac2f
commit
43d5345b8b
1 changed files with 0 additions and 1 deletions
|
|
@ -153,7 +153,6 @@ func displayResults(io *iostreams.IOStreams, results search.CodeResult, limit in
|
|||
row := 0
|
||||
for _, textMatch := range code.TextMatches {
|
||||
out, shouldPrint := buildOutput(textMatch, cs)
|
||||
|
||||
for i, line := range strings.Split(out, "\n") {
|
||||
if !shouldPrint[i] {
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue