Skip to content

Commit

Permalink
fix rubocop regression
Browse files Browse the repository at this point in the history
  • Loading branch information
stve committed Aug 2, 2016
1 parent 9c109f0 commit 5bb9084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/instapaper/http/utils.rb
Expand Up @@ -61,9 +61,9 @@ def coerce_hash(response)
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
Expand Down

0 comments on commit 5bb9084

Please sign in to comment.