1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-12-19 15:01:12 +00:00

Fix code intentation

This commit is contained in:
Holger Just 2017-08-02 17:51:54 +02:00
parent 271c547f05
commit ab7331a7a9

View File

@ -268,7 +268,7 @@ module Rackstash
# @return [String] an Array-compatible string representation of `self` # @return [String] an Array-compatible string representation of `self`
def to_s def to_s
synchronize { @filters.to_s } synchronize { @filters.to_s }
end end
private private