Fix formatting
This commit is contained in:
@@ -260,7 +260,7 @@ impl fmt::Debug for ChildStderr {
|
|||||||
/// ```
|
/// ```
|
||||||
/// use std::process::Command;
|
/// use std::process::Command;
|
||||||
///
|
///
|
||||||
/// let output = if cfg!(target_os = "windows"){
|
/// let output = if cfg!(target_os = "windows") {
|
||||||
/// Command::new("cmd")
|
/// Command::new("cmd")
|
||||||
/// .args(&["/C", "echo hello"])
|
/// .args(&["/C", "echo hello"])
|
||||||
/// .output()
|
/// .output()
|
||||||
|
|||||||
Reference in New Issue
Block a user