Skip to content

Commit

Permalink
Rubocop dance
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorcorrea committed Dec 15, 2015
1 parent 1a0f6af commit e147a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/presenters/sufia/file_set_presenter.rb
Expand Up @@ -14,7 +14,7 @@ def tweeter
end

def rights
return nil if solr_document.rights == nil
return nil if solr_document.rights.nil?
solr_document.rights.first
end

Expand Down

0 comments on commit e147a97

Please sign in to comment.