Skip to content

Commit

Permalink
Run rubocop -A
Browse files Browse the repository at this point in the history
  • Loading branch information
beccapearce committed Jan 20, 2025
1 parent ea68994 commit 963850c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/presenters/supergroups/guidance_and_regulation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def tagged_content(taxon_id)
def guide?(document)
# Although answers and guides are 2 different document types, they are conceptually the same so
# we should treat them the same
document.content_store_document_type == "guide" || document.content_store_document_type == "answer"
%w[guide answer].include?(document.content_store_document_type)
end

def format_document_data(documents)
Expand Down

0 comments on commit 963850c

Please sign in to comment.