BigW Consortium Gitlab

Commit 4c098714 by Lin Jen-Shin

Avoid using bang bang

parent 72184c16
......@@ -14,7 +14,7 @@ module Gitlab
end
def can_handle?
!!authentication_token
!authentication_token.nil?
end
def execute
......
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