mirror of
https://github.com/github/codeql.git
synced 2026-05-14 19:29:28 +02:00
Replace the five-way result = ... or result = ... disjunction with a single equality on a set literal. Addresses the CodeQL style alert "Use a set literal in place of or" reported by the self-scan on this PR. Pure refactor, no semantic change.