Skip to content

Commit 1a24ee9

Browse files
committed
Fix a format error
1 parent 5051717 commit 1a24ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
]
437437
},
438438
"rust-analyzer.assist.importGroup": {
439-
"markdownDescription": "Group inserted imports by the https://rust-analyzer.github.io/manual.html#auto-import[following order]. Groups are separated by newlines.",
439+
"markdownDescription": "Group inserted imports by the https://rust-analyzer.github.io/manual.html#auto-import [following order]. Groups are separated by newlines.",
440440
"default": true,
441441
"type": "boolean"
442442
},

0 commit comments

Comments
 (0)