Skip to content

Commit c430e62

Browse files
authored
Rollup merge of rust-lang#139058 - barafael:patch-1, r=joboet
Fix formatting nit in process.rs Minor formatting issue in `process.rs`.
2 parents f125ad2 + 725202a commit c430e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@ impl crate::sealed::Sealed for ExitStatusError {}
18361836
/// # if cfg!(unix) {
18371837
/// use std::process::{Command, ExitStatusError};
18381838
///
1839-
/// fn run(cmd: &str) -> Result<(),ExitStatusError> {
1839+
/// fn run(cmd: &str) -> Result<(), ExitStatusError> {
18401840
/// Command::new(cmd).status().unwrap().exit_ok()?;
18411841
/// Ok(())
18421842
/// }

0 commit comments

Comments
 (0)