Skip to content

Commit 7152bce

Browse files
Fix formatting
1 parent e1e6a7a commit 7152bce

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
@@ -260,7 +260,7 @@ impl fmt::Debug for ChildStderr {
260260
/// ```
261261
/// use std::process::Command;
262262
///
263-
/// let output = if cfg!(target_os = "windows"){
263+
/// let output = if cfg!(target_os = "windows") {
264264
/// Command::new("cmd")
265265
/// .args(&["/C", "echo hello"])
266266
/// .output()

0 commit comments

Comments
 (0)