mirror of
https://github.com/nushell/nushell
synced 2024-11-11 07:34:14 +00:00
Merge pull request #735 from rnxpyke/master
remove trailing newline after external command
This commit is contained in:
commit
3c7b1ba854
1 changed files with 0 additions and 1 deletions
|
@ -302,7 +302,6 @@ impl ExternalCommand {
|
|||
}
|
||||
}
|
||||
}
|
||||
println!("");
|
||||
Ok(ClassifiedInputStream::new())
|
||||
}
|
||||
StreamNext::External => {
|
||||
|
|
Loading…
Reference in a new issue