Skip to content

Commit 829f15e

Browse files
chore: fix oxfmt formatting in response.md
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 012fc0e commit 829f15e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/2.utils/2.response.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ return iterable(async function* work() {
9696
}
9797
// Close out the report
9898
return `</ol></body></html>`;
99-
})
99+
});
100100
async function delay(ms) {
101-
return new Promise(resolve => setTimeout(resolve, ms));
101+
return new Promise((resolve) => setTimeout(resolve, ms));
102102
}
103103
```
104104

0 commit comments

Comments
 (0)