fix indentation
This commit is contained in:
parent
cc094efe1b
commit
4b3ebc62b1
@ -3,8 +3,8 @@ function *range(max, step) {
|
||||
step = step || 1;
|
||||
|
||||
for (var i = 0; i < max; i += step) {
|
||||
count++;
|
||||
yield i;
|
||||
count++;
|
||||
yield i;
|
||||
}
|
||||
|
||||
return count;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user