Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor: Remove redundant condition in shell pipe trimming
`output.ends_with('\n')` implies `!output.is_empty()` Connects #11183
- Loading branch information