Skip to content

Commit 09677b0

Browse files
committed
Formatting
1 parent 78fe45e commit 09677b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ function getCCppDebugConfig(
194194
args: runnable.args.executableArgs,
195195
cwd: runnable.args.cwd||runnable.args.workspaceRoot||".",
196196
sourceFileMap,
197-
environment: Object.entries(env).map(entry=>{
198-
return{"name": entry[0],"value": entry[1]};
197+
environment: Object.entries(env).map((entry)=>{
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)