Skip to content

Commit d841784

Browse files
authored
closing bracket
1 parent 72c0daa commit d841784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-then.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function getProcessedData(url) {
3535
async function countProcessedData(url) {
3636
const data = await downloadData(url);
3737
return data.length
38-
```
38+
}
3939

4040
```js
4141
async function getProcessedData(url) {

0 commit comments

Comments
 (0)