Commit 34409c7b authored by Marc Schwede's avatar Marc Schwede

Fixed the indentation

parent cd6da824
......@@ -136,7 +136,7 @@ module Gitlab
types Issue
condition do
!quick_action_target.confidential? &&
current_user.can?(:"admin_#{quick_action_target.to_ability_name}", quick_action_target)
current_user.can?(:"admin_#{quick_action_target.to_ability_name}", quick_action_target)
end
command :confidential do
@updates[:confidential] = true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment