Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
Genia Kazymova committed Jun 18, 2024
1 parent 243c2d8 commit d9dd1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/trln_argon/solr_document/citation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def convert_to_bibtex_format(input)
formatted_pairs = input.reject { |key, _| ['id', 'type'].include?(key) }.map do |key, value|
"#{key} = {#{value}}"
end

"@#{entry_type}{#{identifier}, #{formatted_pairs.join(', ')}}"
end

Expand Down

0 comments on commit d9dd1e1

Please sign in to comment.