Remove excess newline

This commit is contained in:
Bryan Drewery 2018-02-26 23:51:39 -08:00
parent 8e3fa0d3c4
commit b3ecf5f57c

View file

@ -24,7 +24,6 @@ impl Command {
-> io::Result<(Process, StdioPipes)> {
use sys;
const CLOEXEC_MSG_FOOTER: &'static [u8] = b"NOEX";
let envp = self.capture_env();