Skip to content

Commit 089aac0

Browse files
committed
style: fmt
1 parent 437541a commit 089aac0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/spawn.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,11 +367,11 @@ pub fn posix_spawn<P, SA, SE>(
367367
attr: &PosixSpawnAttr,
368368
args: &[SA],
369369
envp: &[SE],
370-
) -> Result<Pid>
371-
where
370+
) -> Result<Pid>
371+
where
372372
P: NixPath + ?Sized,
373373
SA: AsRef<CStr>,
374-
SE: AsRef<CStr>
374+
SE: AsRef<CStr>,
375375
{
376376
let mut pid = 0;
377377

0 commit comments

Comments
 (0)