From 4945f95187cbb91167ad2fa10852b75a6e39fd38 Mon Sep 17 00:00:00 2001 From: ez4gis Date: Sun, 17 Jan 2021 11:42:39 -0800 Subject: [PATCH] fix: remove space --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae0f216f..38ea8068 100644 --- a/package.json +++ b/package.json @@ -175,7 +175,7 @@ }, { "command": "memo.openReferenceInNextColumn", - "when": "editorLangId == markdown " + "when": "editorLangId == markdown" } ] },