From 5d6164973e92fa8a3e3c18a0eb2e29494aea4f48 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Sun, 9 Dec 2018 20:48:25 +0100 Subject: Fix linting issues --- src/webview/recipe.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/webview/recipe.js') diff --git a/src/webview/recipe.js b/src/webview/recipe.js index c9117ac72..944883899 100644 --- a/src/webview/recipe.js +++ b/src/webview/recipe.js @@ -56,7 +56,8 @@ class RecipeController { this.spellcheckingProvider, () => this.settings.app.enableSpellchecking, () => this.settings.app.spellcheckerLanguage, - () => this.spellcheckerLanguage); + () => this.spellcheckerLanguage, + ); autorun(() => this.update()); } -- cgit v1.2.3-54-g00ecf