remove trailing whitespace

This commit is contained in:
Leon Rische
2016-03-03 15:21:21 +01:00
parent f6cb264c68
commit 2d84d26540

View File

@@ -14,7 +14,7 @@ def binary_search(list, item)
low = mid + 1
end
end
return nil
end