提交 b105dc79 编写于 作者: H http://jneen.net/

newline before default return

上级 bc0a513f
......@@ -22,6 +22,7 @@ class IssuePolicy < IssuablePolicy
return true if @subject.author == @user
return true if @subject.assignee == @user
return true if @subject.project.team.member?(@user, Gitlab::Access::REPORTER)
false
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册