fix: Add missing closing code block in examples

Fixes formatting issue detected by prettier CI check.
This commit is contained in:
blink-so[bot] 2025-08-19 05:44:01 +00:00
parent 48816b8776
commit fdc7d9b456

View File

@ -103,3 +103,4 @@ module "code_server" {
version = "1.0.19"
agent_id = coder_agent.example.id
}
```