Skip to content

Commit

Permalink
remove empty else
Browse files Browse the repository at this point in the history
  • Loading branch information
straleyb committed Jul 12, 2019
1 parent 6004751 commit 44c9122
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/decorators/sets_attributes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ def set_languages(form_params)
value.each_with_index do |val, index|
if !form_params[:language].nil?
value_array << RDF::Literal(val, :language => form_params[:language][key][index]) unless form_params[:language][key].blank?
else

end
end
new_hash[key] = value_array if key != :language
Expand Down

0 comments on commit 44c9122

Please sign in to comment.