mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 01:18:23 +08:00
chore: Fix style problems
This commit is contained in:
@ -39,5 +39,5 @@ console.log('\n- Before Sort | Implementation of Counting Sort -')
|
||||
console.log(array)
|
||||
// After Sort
|
||||
console.log('- After Sort | Implementation of Counting Sort -')
|
||||
console.log(countingSort(array,0,5))
|
||||
console.log(countingSort(array, 0, 5))
|
||||
console.log('\n')
|
||||
|
Reference in New Issue
Block a user