mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-04 15:39:42 +08:00
Complying with JavaScript Standard Style (npx standard --fix).
This commit is contained in:
@ -41,4 +41,3 @@ export { minCostPath }
|
||||
// [2, 1, 3],
|
||||
// [3, 2, 1]
|
||||
// ])
|
||||
|
||||
|
@ -40,7 +40,7 @@ const example = () => {
|
||||
input.shift()
|
||||
const length = input.length
|
||||
|
||||
let output = []
|
||||
const output = []
|
||||
|
||||
let i = 0
|
||||
while (i < length) {
|
||||
|
Reference in New Issue
Block a user