Skip to content
Snippets Groups Projects
Commit 4c098714 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Avoid using bang bang

parent 72184c16
No related branches found
No related tags found
1 merge request!3363Implement #3243 New Issue by email
Loading
Loading
@@ -14,7 +14,7 @@ module Gitlab
end
 
def can_handle?
!!authentication_token
!authentication_token.nil?
end
 
def execute
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment