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 <grzegorz@gitlab.com>2018-08-02 10:04:12 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-08-02 10:04:12 +0300
commitc2a5bbc295b6ff8159e5f70548ee161900aaf241 (patch)
tree18b6edfb1d63a4da8aca473db1f23738396b8aaa /lib
parent9c6aa0a0a67eaddbbde2fd21df9a1a775aced16a (diff)
Remove an empty line from the end of blocked_user_tracker.rb
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 9827a3fe45d..709525ebf31 100644
--- a/lib/gitlab/auth/blocked_user_tracker.rb
+++ b/lib/gitlab/auth/blocked_user_tracker.rb
@@ -20,4 +20,4 @@ module Gitlab
end
end
end
-end
+end \ No newline at end of file