Skip to content

Commit

Permalink
resolved linters
Browse files Browse the repository at this point in the history
  • Loading branch information
imhilla committed May 12, 2020
1 parent 12115d7 commit de45502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bubble_sort.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def bubble_sort(array)
pp array
end

def bubble_sort_by(array)
def bubble_sort_by(array)
n = array.size
loop do
swapped = false
Expand Down

0 comments on commit de45502

Please sign in to comment.