lint: switch indent type

This commit is contained in:
RiverTwilight
2023-01-02 21:01:16 +08:00
parent d3e15a8856
commit 621fcb731c
2 changed files with 5 additions and 11 deletions

View File

@ -118,7 +118,7 @@ function factorialRecur(n) {
return count;
}
let n = 8;
const n = 8;
console.log("输入数据大小 n = " + n);
let count = constant(n);