This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RuboCop grouped expression warning in Python lexer (rouge-ruby#1513)
The use of a ternary in code added to the Python lexer as part of the rouge-ruby#1508 pull request results in a RuboCop warning concerning parentheses and grouped expressions. This commit fixes that warning.
- Loading branch information