Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit 60fc0c1

Browse files
VivianChuhweng
authored andcommitted
Fix hound issue
1 parent b257a2d commit 60fc0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dams/controller_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ def hide_label?(document)
905905
def local_collection?(document)
906906
data = (Array(document['collection_json_tesim']) + Array(document['visibility_tesim'])).flatten.compact
907907
return false if data.blank?
908-
data.any? { |t| t.include?('local')}
908+
data.any? { |t| t.include?('local') }
909909
end
910910

911911
def local_display?(data)

0 commit comments

Comments
 (0)