[Docs] Format code blocks in durable objects examples - #32325
[Docs] Format code blocks in durable objects examples#32325Embers-of-the-Fire wants to merge 1 commit into
Conversation
Review✅ No issues found in commit Code ReviewThis code review is in beta and may not always be helpful — use your judgment. No code review issues found. ConventionsNo convention issues found. Style Guide ReviewNo style-guide issues found. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
Hey there, we've marked this pull request as stale because there's no recent activity on it. This label helps us identify PRs that might need updates (or to be closed out by our team if no longer relevant). |
|
/bonk review this PR |
| expect(messages).toHaveLength(2); | ||
| const messages = await stub.getMessages(10); | ||
| expect(messages).toHaveLength(2); | ||
| }); |
There was a problem hiding this comment.
This closing brace still uses spaces for indentation. Since the rest of this it block was just converted to tabs for consistency, this line should also use a tab ( });) to match.
|
Posted 1 inline comment. The PR correctly fixes indentation for the three most egregious cases—methods and a test case that were at column zero inside their containing blocks. The remaining finding is that the closing |
f727420 to
53f33e2
Compare
55c7f04 to
53f33e2
Compare
Summary
Formatted some code examples in durable objects examples.
Documentation checklist