Skip to content

Commit 725202a

Browse files
authored
Fix formatting nit in process.rs
1 parent 1e19bf2 commit 725202a

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)