Commit 4c098714 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Avoid using bang bang

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