Unnamed repository; edit this file 'description' to name the repository.
Fix a format error
| -rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 5dcdcb2769..ab69a44c9a 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -436,7 +436,7 @@ ] }, "rust-analyzer.assist.importGroup": { - "markdownDescription": "Group inserted imports by the https://rust-analyzer.github.io/manual.html#auto-import[following order]. Groups are separated by newlines.", + "markdownDescription": "Group inserted imports by the https://rust-analyzer.github.io/manual.html#auto-import [following order]. Groups are separated by newlines.", "default": true, "type": "boolean" }, |