Commit a14568c4 authored by Olivier Halligon's avatar Olivier Halligon

shush rubocop

parent 30b78f2c
......@@ -199,7 +199,7 @@ module Pod
indent = self.indentation_level + 2
puts_indented t << "\n"
value.each do |v|
t << wrap_string(" - #{v.to_s}\n", indent).tap do |line|
t << wrap_string(" - #{v}\n", indent).tap do |line|
puts line
end << "\n"
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment