Skip to content

Commit ae76c8e

Browse files
author
Kyle Decot
committed
No need to say return...this is ruby after all
1 parent 976966c commit ae76c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kmdata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def get(path, params = {})
1313
response = http.request(Net::HTTP::Get.new(path))
1414
process(JSON.parse(response.body))
1515
rescue Exception => exception
16-
return false
16+
false
1717
end
1818

1919
private

0 commit comments

Comments
 (0)