Skip to content

Commit 77a206e

Browse files
author
Veetaha
committed
vscode: put comma back
1 parent 4d17152 commit 77a206e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export class Config {
169169
dir: this.ctx.globalStoragePath,
170170
repo: {
171171
name: "rust-analyzer",
172-
owner: "rust-analyzer"
172+
owner: "rust-analyzer",
173173
}
174174
};
175175
}

0 commit comments

Comments
 (0)