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:
parent
247d541f93
commit
f79fb31190
9 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue