Skip to content

Commit

Permalink
Remove an extra space
Browse files Browse the repository at this point in the history
Co-authored-by: Santiago Bartesaghi <[email protected]>
  • Loading branch information
alexsmartens and santib authored Jun 24, 2024
1 parent 26c3af0 commit 413d533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/attack/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Configuration
end
end

attr_reader :safelists, :blocklists, :throttles, :tracks, :anonymous_blocklists, :anonymous_safelists
attr_reader :safelists, :blocklists, :throttles, :tracks, :anonymous_blocklists, :anonymous_safelists
attr_accessor :blocklisted_responder, :throttled_responder, :throttled_response_retry_after_header

attr_reader :blocklisted_response, :throttled_response # Keeping these for backwards compatibility
Expand Down

0 comments on commit 413d533

Please sign in to comment.