Skip to content

Commit 3918e29

Browse files
committed
semicolon
1 parent 63b0e27 commit 3918e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/tools/rust-analyzer/editors/code/src

‎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
importtype{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
importtype{Config}from"./config";
1212

0 commit comments

Comments
 (0)