Fix inconsistent indentation

This commit is contained in:
Kamil Śliwak
2021-02-01 17:03:05 +01:00
parent c7d1e1911e
commit 6d44055556
5 changed files with 14 additions and 14 deletions
@@ -85,8 +85,8 @@ for (var optimize of [false, true])
}
} catch (e) {
console.log(filename + ': FATAL ERROR')
console.error(filename)
console.error(inputs)
console.error(filename)
console.error(inputs)
}
}
}