mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Merge pull request #246 from mattias-lundell/patch-1
Fix alignment of columns
This commit is contained in:
commit
92ef924269
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue