Skip to content

Commit 2bfdde2

Browse files
authored
Merge pull request #63 from rzaaeeff/patch-2
Correct formatting
2 parents 32e5be2 + 8dfe164 commit 2bfdde2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

1-js/03-code-quality/05-testing-mocha/article.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,11 @@ function pow(x, n) {
361361
*/!*
362362
363363
let result = 1;
364+
364365
for (let i = 0; i < n; i++) {
365366
result *= x;
366367
}
368+
367369
return result;
368370
}
369371
```

0 commit comments

Comments
 (0)