mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 17:09:46 +08:00
lint: code lint
This commit is contained in:
@@ -412,7 +412,7 @@ $$
|
||||
a *= 2; // +1
|
||||
// 循环 n 次
|
||||
for(var i = 0; i < n; i++){ // +1
|
||||
console.log(0) // +1
|
||||
console.log(0); // +1
|
||||
}
|
||||
|
||||
}
|
||||
@@ -428,7 +428,7 @@ $$
|
||||
a *= 2; // +1
|
||||
// 循环 n 次
|
||||
for(var i = 0; i < n; i++){ // +1
|
||||
console.log(0) // +1
|
||||
console.log(0); // +1
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user