Merge pull request #246 from mattias-lundell/patch-1

Fix alignment of columns
This commit is contained in:
Corey Farwell 2018-01-05 14:00:55 -05:00 committed by GitHub
commit 92ef924269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ class Rack::Attack
self.tracks[name] = Track.new(name, options, block)
end
def safelists; @safelists ||= {}; end
def safelists; @safelists ||= {}; end
def blocklists; @blocklists ||= {}; end
def throttles; @throttles ||= {}; end
def tracks; @tracks ||= {}; end