Fix some rubocop warnings

This commit is contained in:
Tom Hughes 2016-09-15 22:41:07 +01:00
parent fd9bf6b0ab
commit 5f4dcd34ff
11 changed files with 36 additions and 59 deletions

View file

@ -675,7 +675,7 @@ EOF
<osmChange>
<create>
<node id='-1' lon='0' lat='0' changeset='#{cs_id}'>
<tag k='foo' v='#{"x" * 256}'/>
<tag k='foo' v='#{'x' * 256}'/>
</node>
</create>
</osmChange>