Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/readme: Simplify if condition (#945)
Check for "both true" or "both false" is easily implemented as `x == y`.
- Loading branch information