1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

add spacing to example hashes

This commit is contained in:
Kasper Holbek Jensen 2016-11-08 15:20:36 +01:00
parent 247d541f93
commit f79fb31190
9 changed files with 13 additions and 13 deletions

View file

@ -7,7 +7,7 @@ class StackExchange
base_uri 'api.stackexchange.com'
def initialize(service, page)
@options = { query: {site: service, page: page} }
@options = { query: { site: service, page: page } }
end
def questions