whitespace

This commit is contained in:
Aaron Suggs 2013-01-17 12:04:58 -05:00
parent b556909eab
commit 0ca7b8cfac

View file

@ -95,7 +95,7 @@ module Rack::Attack
@cache ||= Cache.new
end
def clear!
def clear!
@whitelists, @blacklists, @throttles = {}, {}, {}
end