- style fix

This commit is contained in:
Jordan Sissel 2009-11-07 22:34:30 +00:00
parent 50eb137e1e
commit b22506fa17

View file

@ -36,6 +36,7 @@ module LogStash
return erb.result(binding)
end
private
def collapse(hash)
hash.each do |k, v|
if v.is_a?(Hash)