mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-02 02:02:57 +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