Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit fixes the following build error. ```console % bundle exec rubocop -a (snip) Offenses: spec/rubocop/cop/rails/where_missing_spec.rb:258:5: C: [Correctable] Layout/RedundantLineBreak: Redundant line break detected. it 'does not register an offense when ' \ ... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 267 files inspected, 1 offense detected, 1 offense autocorrectable ```
- Loading branch information