From b8d7c4e1ad4ec058c9a4fe6171ed1a4d66580351 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 27 Feb 2020 11:09:48 +0100 Subject: Fix style --- 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 8892f56ee..50c50fe08 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -24,7 +24,7 @@ "package": "vsce package -o rust-analyzer.vsix", "watch": "tsc --watch", "lint": "tsfmt --verify && eslint -c .eslintrc.js --ext ts ./src", - "fix": "tsfmt -r && eslint -c .eslintrc.js --ext ts ./src --fix" + "fix": " tsfmt -r && eslint -c .eslintrc.js --ext ts ./src --fix" }, "dependencies": { "jsonc-parser": "^2.1.0", -- cgit v1.2.3