From 6854d45928d6edcdc671676d3619fe2f5f470415 Mon Sep 17 00:00:00 2001 From: OhYee Date: Tue, 10 Mar 2026 15:30:25 +0800 Subject: [PATCH] style(sandbox): add trailing comma to runtime options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add trailing comma to the runtime options object for better code consistency and easier future modifications. 在 runtime options 对象中添加尾随逗号,以提高代码一致性和便于将来修改。 Change-Id: I12677cad0fd7ac1d12c0fc5d8ecaab94ec437c4d Signed-off-by: OhYee --- src/sandbox/api/control.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sandbox/api/control.ts b/src/sandbox/api/control.ts index 61a28d6..85d80aa 100644 --- a/src/sandbox/api/control.ts +++ b/src/sandbox/api/control.ts @@ -275,7 +275,7 @@ export class SandboxControlAPI extends ControlAPI { try { const client = this.getClient(config); const runtime = new $Util.RuntimeOptions({ - readTimeout: 30000 + readTimeout: 30000, }); const response = await client.createSandboxWithOptions(