Skip to content

Commit 0070b46

Browse files
committed
Fix indent
1 parent 53d308f commit 0070b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ impl fmt::Debug for ChildStderr {
390390
///
391391
/// let mut echo_hello = Command::new("sh");
392392
/// echo_hello.arg("-c")
393-
/// .arg("echo hello");
393+
/// .arg("echo hello");
394394
/// let hello_1 = echo_hello.output().expect("failed to execute process");
395395
/// let hello_2 = echo_hello.output().expect("failed to execute process");
396396
/// ```

0 commit comments

Comments
 (0)