You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
```
0 commit comments