Skip to content

Commit

Permalink
fix rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
carrickr committed May 15, 2017
1 parent de65115 commit 43594b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/hyrax/ability.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def admin?
# @return [Array<String>] a list of admin set ids for admin sets the user
# has deposit or manage permissions to.
def admin_set_ids_for_deposit
admin_set_ids_for_roles(['deposit','manage'])
admin_set_ids_for_roles(['deposit', 'manage'])
end

# @return [Array<String>] a list of admin set ids for admin sets the user
Expand Down

0 comments on commit 43594b4

Please sign in to comment.