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-03 13:58:00 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-08-03 13:58:00 +0300
commit98e9f52cf4e02562055f9106a155184e7b55012f (patch)
treeba2b9b0deeb3fb3ff92bb844ae67cc6edb8251a2 /lib
parent5bbd3a93e963addfa2f1bbfa96c6a3c231e66d09 (diff)
Improve blocked user tracking code readability
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/auth/blocked_user_tracker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/auth/blocked_user_tracker.rb b/lib/gitlab/auth/blocked_user_tracker.rb
index 654b9f69684..50712d7eac2 100644
--- a/lib/gitlab/auth/blocked_user_tracker.rb
+++ b/lib/gitlab/auth/blocked_user_tracker.rb
@@ -19,4 +19,4 @@ module Gitlab
end
end
end
-end \ No newline at end of file
+end