Fix indent
This commit is contained in:
parent
53d308fdf8
commit
0070b46626
@ -390,7 +390,7 @@ impl fmt::Debug for ChildStderr {
|
||||
///
|
||||
/// let mut echo_hello = Command::new("sh");
|
||||
/// echo_hello.arg("-c")
|
||||
/// .arg("echo hello");
|
||||
/// .arg("echo hello");
|
||||
/// let hello_1 = echo_hello.output().expect("failed to execute process");
|
||||
/// let hello_2 = echo_hello.output().expect("failed to execute process");
|
||||
/// ```
|
||||
|
Loading…
Reference in New Issue
Block a user