]> git.openstreetmap.org Git - rails.git/blobdiff - lib/potlatch.rb
Fix new rubocop warnings
[rails.git] / lib / potlatch.rb
index 6fe0b0152a8808157e5a12f6696f7fc75f457c33..49e1e7a7404af3a6f248e57e650b98f84a3f8f02 100644 (file)
@@ -38,6 +38,7 @@ module Potlatch
       arr = {}
       while (key = getstring(s))
         break if key == ""
+
         arr[key] = getvalue(s)
       end
       s.getbyte # skip the 9 'end of object' value