From 0ca7b8cfac330d9a986f70cff4d83d5e9f789641 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Thu, 17 Jan 2013 12:04:58 -0500 Subject: [PATCH] whitespace --- lib/rack/attack.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rack/attack.rb b/lib/rack/attack.rb index cb7ff16..d072328 100644 --- a/lib/rack/attack.rb +++ b/lib/rack/attack.rb @@ -95,7 +95,7 @@ module Rack::Attack @cache ||= Cache.new end - def clear! + def clear! @whitelists, @blacklists, @throttles = {}, {}, {} end