Skip to content

Commit 2d84d26

Browse files
author
Leon Rische
committed
remove trailing whitespace
1 parent f6cb264 commit 2d84d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_introduction_to_algorithms/ruby/01_binary_search.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def binary_search(list, item)
1414
low = mid + 1
1515
end
1616
end
17-
17+
1818
return nil
1919
end
2020

0 commit comments

Comments
 (0)