Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
Signed-off-by: pozsgaic <[email protected]>
  • Loading branch information
pozsgaic committed May 24, 2022
1 parent 065de23 commit 160902d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/builder-worker/src/runner/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ impl Runner {

if env::var_os("HAB_FUNC_TEST").is_some() {
section.end()?;
return Ok(())
return Ok(());
}

match post_process(&mut archive,
Expand Down

0 comments on commit 160902d

Please sign in to comment.