Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-08-02 16:31:06 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-08-02 16:41:14 +0300
commit5bbd3a93e963addfa2f1bbfa96c6a3c231e66d09 (patch)
tree0ef7888dd5082e8e81fc56fcfd198af1f2da578f /lib
parente698a22e10c1773017bea7efd4417c371f2e1c11 (diff)
Remove an empty line from blocker user tracker class
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/auth/blocked_user_tracker.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/auth/blocked_user_tracker.rb b/lib/gitlab/auth/blocked_user_tracker.rb
index 709525ebf31..654b9f69684 100644
--- a/lib/gitlab/auth/blocked_user_tracker.rb
+++ b/lib/gitlab/auth/blocked_user_tracker.rb
@@ -2,7 +2,6 @@
module Gitlab
module Auth
class BlockedUserTracker
-
def initialize(user, auth)
@user = user
@auth = auth