Skip to content

Commit 3918e29

Browse files
committed
semicolon
1 parent 63b0e27 commit 3918e29

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/editors/code/src

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/editors/code/src/debug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type * as ra from "./lsp_ext";
66
import { Cargo } from "./toolchain";
77
import type { Ctx } from "./ctx";
88
import { createTaskFromRunnable, prepareEnv } from "./run";
9-
import { execSync } from 'node:child_process'
9+
import { execSync } from 'node:child_process';
1010
import { execute, isCargoRunnableArgs, unwrapUndefinable } from "./util";
1111
import type { Config } from "./config";
1212

0 commit comments

Comments
 (0)