fix rubocop regression

This commit is contained in:
stve 2016-08-02 16:25:38 -04:00
parent 9c109f0da0
commit 5bb9084f93

View file

@ -61,9 +61,9 @@ module Instapaper
response['instapaper_hash'] = response.delete('hash')
end
if response.key?('bookmarks')
response['bookmarks'] = response['bookmarks'].collect {|bookmark|
response['bookmarks'] = response['bookmarks'].collect do |bookmark|
coerce_hash(bookmark)
}
end
end
response
end