diff options
| author | abhijeetbhagat <abhijeet.bhagat@gmx.com> | 2017-01-04 14:39:16 +0530 |
|---|---|---|
| committer | abhijeetbhagat <abhijeet.bhagat@gmx.com> | 2017-01-04 14:39:16 +0530 |
| commit | 7152bce19203a2260147ae1ed84caa1d6de2ec40 (patch) | |
| tree | d3095e636676f9179ab05cdfa713ad1ea95cba57 /src/libstd/process.rs | |
| parent | e1e6a7aa7a88d53643a13176df1408ed67c5431a (diff) | |
| download | rust-7152bce19203a2260147ae1ed84caa1d6de2ec40.tar.gz rust-7152bce19203a2260147ae1ed84caa1d6de2ec40.zip | |
Fix formatting
Diffstat (limited to 'src/libstd/process.rs')
| -rw-r--r-- | src/libstd/process.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/process.rs b/src/libstd/process.rs index 7fb30847a9f..1a11d7ad9d7 100644 --- a/src/libstd/process.rs +++ b/src/libstd/process.rs @@ -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() |
