From 1a24ee9a1bd43666da4351526889db9cc967f4f8 Mon Sep 17 00:00:00 2001 From: Dezhi Wu Date: Wed, 20 Oct 2021 20:13:03 +0800 Subject: [PATCH] Fix a format error --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/code/package.json b/editors/code/package.json index 5dcdcb27695..ab69a44c9ab 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" },