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