Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 78fe45e

Browse files
committedMay 25, 2024
Semicolon
1 parent 2315c6b commit 78fe45e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/tools/rust-analyzer/editors/code/src/debug.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function getCCppDebugConfig(
195195
cwd: runnable.args.cwd || runnable.args.workspaceRoot || ".",
196196
sourceFileMap,
197197
environment: Object.entries(env).map(entry => {
198-
return { "name": entry[0], "value": entry[1] }
198+
return { "name": entry[0], "value": entry[1] };
199199
}),
200200
// See https://github.com/rust-lang/rust-analyzer/issues/16901#issuecomment-2024486941
201201
osx: {

0 commit comments

Comments
 (0)
Failed to load comments.