summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-08-02 07:04:12 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-08-02 07:04:12 +0000
commitc2a5bbc295b6ff8159e5f70548ee161900aaf241 (patch)
tree18b6edfb1d63a4da8aca473db1f23738396b8aaa
parent9c6aa0a0a67eaddbbde2fd21df9a1a775aced16a (diff)
downloadgitlab-ce-c2a5bbc295b6ff8159e5f70548ee161900aaf241.tar.gz
Remove an empty line from the end of blocked_user_tracker.rb
-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