Skip to content

Commit 5dc09aa

Browse files
author
Kyle Decot
committed
Extra line
1 parent 3016bc4 commit 5dc09aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/kmdata.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
module KMData
44
ENDPOINT = "kmdata.osu.edu"
55
class << self
6-
76
def get(path, params = {})
87
path = path_with_params("/api/#{path}.json", params)
98
response = http.request(Net::HTTP::Get.new(path))

0 commit comments

Comments
 (0)