Merge pull request #735 from rnxpyke/master

remove trailing newline after external command
This commit is contained in:
Jonathan Turner 2019-09-30 12:16:36 +13:00 committed by GitHub
commit 3c7b1ba854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,7 +302,6 @@ impl ExternalCommand {
}
}
}
println!("");
Ok(ClassifiedInputStream::new())
}
StreamNext::External => {