Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rubocop violation on parens around logical expression
Don't know exactly how this got in main branch, but currently failing build due to: ``` lib/browse_everything/driver/base.rb:72:19: C: [Correctable] Style/RedundantParentheses: Don't use parentheses around a logical expression. @name ||= (@config[:name] || self.class.name.split(/::/).last.titleize) ```
- Loading branch information