lib/grape/batch/hash_converter.rb in grape-batch-2.0.0 vs lib/grape/batch/hash_converter.rb in grape-batch-2.0.1

- old
+ new

@@ -21,6 +21,6 @@ def self.append_key(root_key, key) root_key.nil? ? :"#{key}" : :"#{root_key}[#{key.to_s}]" end end end -end \ No newline at end of file +end