Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 21, 2025
1 parent 3a7bead commit 95e29c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ pub trait Backend: Debug + Send + Sync {
.into();
let tr_args = match &ctx.tr {
Some(tr) => tr
.into_iter()
.iter()
.filter(|tr| dependencies.contains(&tr.ba().short))
.collect(),
None => vec![],
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/core/elixir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ impl ElixirPlugin {
ctx.pr.set_message("elixir --version".into());
CmdLineRunner::new(self.elixir_bin(tv))
.with_pr(&ctx.pr)
.envs(self.dependency_env_with_ctx(&ctx)?)
.envs(self.dependency_env_with_ctx(ctx)?)
.arg("--version")
.execute()
}
Expand Down

0 comments on commit 95e29c1

Please sign in to comment.