Skip to content

Commit a36fbf9

Browse files
authored
chore: Fix style problems
1 parent 37726ff commit a36fbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sorts/CountingSort.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ console.log('\n- Before Sort | Implementation of Counting Sort -')
3939
console.log(array)
4040
// After Sort
4141
console.log('- After Sort | Implementation of Counting Sort -')
42-
console.log(countingSort(array,0,5))
42+
console.log(countingSort(array, 0, 5))
4343
console.log('\n')

0 commit comments

Comments
 (0)