about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/editors/code
diff options
context:
space:
mode:
authorkouhe3 <25522053+kouhe3@users.noreply.github.com>2024-10-08 17:47:54 +0800
committerkouhe3 <25522053+kouhe3@users.noreply.github.com>2024-10-08 17:47:54 +0800
commit3918e29facdff489f0fc259b42bad061aefd22dd (patch)
treea6af33cbc7b3b89be6c692efd4ace876cce33004 /src/tools/rust-analyzer/editors/code
parent63b0e270fbeedd34b073cc668977f8fea4d3378b (diff)
downloadrust-3918e29facdff489f0fc259b42bad061aefd22dd.tar.gz
rust-3918e29facdff489f0fc259b42bad061aefd22dd.zip
semicolon
Diffstat (limited to 'src/tools/rust-analyzer/editors/code')
-rw-r--r--src/tools/rust-analyzer/editors/code/src/debug.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/editors/code/src/debug.ts b/src/tools/rust-analyzer/editors/code/src/debug.ts
index 8966bdf36db..0114edf6890 100644
--- a/src/tools/rust-analyzer/editors/code/src/debug.ts
+++ b/src/tools/rust-analyzer/editors/code/src/debug.ts
@@ -6,7 +6,7 @@ import type * as ra from "./lsp_ext";
 import { Cargo } from "./toolchain";
 import type { Ctx } from "./ctx";
 import { createTaskFromRunnable, prepareEnv } from "./run";
-import { execSync } from 'node:child_process'
+import { execSync } from 'node:child_process';
 import { execute, isCargoRunnableArgs, unwrapUndefinable } from "./util";
 import type { Config } from "./config";