Skip to content

Commit

Permalink
Merge pull request #117 from YJDoc2/exec-wait-pid
Browse files Browse the repository at this point in the history
Fix clippy lint
  • Loading branch information
utam0k authored Sep 20, 2022
2 parents 75482bb + f8dc27f commit df0c6f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>(
Expand Down

0 comments on commit df0c6f0

Please sign in to comment.