mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 04:31:55 +08:00
lint: switch indent type
This commit is contained in:
@ -118,7 +118,7 @@ function factorialRecur(n) {
|
||||
return count;
|
||||
}
|
||||
|
||||
let n = 8;
|
||||
const n = 8;
|
||||
console.log("输入数据大小 n = " + n);
|
||||
|
||||
let count = constant(n);
|
||||
|
||||
Reference in New Issue
Block a user