Skip to content

Commit 8abd830

Browse files
authored
closing fence
1 parent d841784 commit 8abd830

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/rules/no-then.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ async function countProcessedData(url) {
3636
const data = await downloadData(url);
3737
return data.length
3838
}
39+
```
3940

4041
```js
4142
async function getProcessedData(url) {

0 commit comments

Comments
 (0)