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 Dec 11, 2024
1 parent 8c92fd2 commit 85305b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/gh-workflow/src/generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ fn find_job<'a>(
})

Check warning on line 148 in crates/gh-workflow/src/generate.rs

View workflow job for this annotation

GitHub Actions / Lint

Diff in /home/runner/work/gh-workflow/gh-workflow/crates/gh-workflow/src/generate.rs
});

let id = in_new_jobs.or(in_old_jobs);
id

in_new_jobs.or(in_old_jobs)
}

0 comments on commit 85305b9

Please sign in to comment.