1
0
mirror of https://github.com/containers/youki synced 2024-12-03 18:48:22 +01:00

Merge pull request #117 from YJDoc2/exec-wait-pid

Fix clippy lint
This commit is contained in:
utam0k 2022-09-20 11:07:27 +09:00 committed by GitHub
commit df0c6f0f02
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -116,7 +116,7 @@ pub fn container_intermediate_process(
.close()
.context("failed to close unused init sender")?;
return Ok(pid);
Ok(pid)
}
fn apply_cgroups<C: CgroupManager + ?Sized>(