Commit c5b17639 authored by Małgorzata Ksionek's avatar Małgorzata Ksionek

Add cr remarks

parent d8d35669
......@@ -4,6 +4,7 @@ module Gitlab
module Auth
Result = Struct.new(:actor, :project, :type, :authentication_abilities) do
self::EMPTY = self.new(nil, nil, nil, nil).freeze
def ci?(for_project)
type == :ci &&
project &&
......
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