Remove an empty line from blocker user tracker class

This commit is contained in:
Grzegorz Bizon 2018-08-02 15:31:06 +02:00
parent e698a22e10
commit 5bbd3a93e9
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
module Gitlab
module Auth
class BlockedUserTracker
def initialize(user, auth)
@user = user
@auth = auth