Skip to content

Commit

Permalink
Merge pull request #7 from skilld-labs/remove-blank-line
Browse files Browse the repository at this point in the history
remove blank line between results in output
  • Loading branch information
davidferlay authored Oct 30, 2024
2 parents ac23c4f + 629676e commit 340c03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func printList(items map[string]bool, toPath bool) {
res = convertToPath(res)
}

launchr.Term().Println(res)
launchr.Term().Print(res + "\n")
}
}

Expand Down

0 comments on commit 340c03d

Please sign in to comment.