Skip to content

Commit b41f5e4

Browse files
authored
Merge pull request #3467 from projectblacklight/rubocop
Run rubocop autocorrect
2 parents c8b4e1e + 030404d commit b41f5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/concerns/spotlight/catalog.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def add_facet_visibility_field
3434
# rubocop:enable Metrics/MethodLength
3535

3636
def render_curator_actions?
37-
(current_exhibit && can?(:curate, current_exhibit)) &&
37+
current_exhibit && can?(:curate, current_exhibit) &&
3838
!(params[:controller] == 'spotlight/catalog' && params[:action] == 'admin')
3939
end
4040
end

0 commit comments

Comments
 (0)