style: fix indentation

This commit is contained in:
Gonzalo Rodriguez 2019-10-16 16:27:30 -03:00
parent a67a7bfdeb
commit 20fdab0c50
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

@ -55,9 +55,24 @@ module Rack
end
extend Forwardable
def_delegators :@configuration, :safelist, :blocklist, :blocklist_ip, :safelist_ip, :throttle, :track,
:blocklisted_response, :blocklisted_response=, :throttled_response, :throttled_response=,
:clear_configuration, :safelists, :blocklists, :throttles, :tracks
def_delegators(
:@configuration,
:safelist,
:blocklist,
:blocklist_ip,
:safelist_ip,
:throttle,
:track,
:blocklisted_response,
:blocklisted_response=,
:throttled_response,
:throttled_response=,
:clear_configuration,
:safelists,
:blocklists,
:throttles,
:tracks
)
end
# Set defaults