Complying with JavaScript Standard Style (npx standard --fix).

This commit is contained in:
Eric Lavault
2021-10-11 15:49:24 +02:00
parent 87a3da7e37
commit df4a783b06
22 changed files with 28 additions and 42 deletions

View File

@ -41,4 +41,3 @@ export { minCostPath }
// [2, 1, 3],
// [3, 2, 1]
// ])

View File

@ -40,7 +40,7 @@ const example = () => {
input.shift()
const length = input.length
let output = []
const output = []
let i = 0
while (i < length) {