Skip to content

Commit d64f4c9

Browse files
committed
fixing formatting to pass code/style automatic test
1 parent de118c6 commit d64f4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sorts/BubbleSort.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function bubbleSort(items) {
4444

4545
/**
4646
* Using a while loop and a for loop.
47-
* @param {number[]}
47+
* @param {number[]}
4848
* @returns {number[]} The sorted array.
4949
*/
5050
export function alternativeBubbleSort(arr) {

0 commit comments

Comments
 (0)