Skip to content
Snippets Groups Projects
Commit 133e5ddf authored by Markus Reiter's avatar Markus Reiter
Browse files

Remove unnecessary block.

parent 4b804389
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ module GitHub
end
def repository(user, repo)
open(URI.parse("#{API_URL}/repos/#{user}/#{repo}")) { |j| j }
open(URI.parse("#{API_URL}/repos/#{user}/#{repo}"))
end
def search_code(*params)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment