Skip to content

Commit 1f9d06f

Browse files
committed
spacing
1 parent 8d01b31 commit 1f9d06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/open_weather/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def parse_response(response)
4747
end
4848

4949
def send_request
50-
uri = URI(url)
50+
uri = URI(@url)
5151
uri.query = URI.encode_www_form(options)
5252
Net::HTTP.get(uri)
5353
end

0 commit comments

Comments
 (0)