mirror of
https://github.com/nushell/nushell.git
synced 2025-06-20 01:48:09 +02:00
Merge pull request #735 from rnxpyke/master
remove trailing newline after external command
This commit is contained in:
commit
3c7b1ba854
@ -302,7 +302,6 @@ impl ExternalCommand {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
println!("");
|
|
||||||
Ok(ClassifiedInputStream::new())
|
Ok(ClassifiedInputStream::new())
|
||||||
}
|
}
|
||||||
StreamNext::External => {
|
StreamNext::External => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user