From 65fccdd4fa040ea1b427ed53be4d0f477f6c34d9 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 30 Mar 2021 12:47:02 +0200 Subject: [PATCH] add space for linting, was that right? --- frontend/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 54709b89f..d81bee9e5 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -6,7 +6,7 @@ function resolveSrc(_path) { } let vue_path = process.env.VUE_PATH -if(vue_path == undefined) { +if( vue_path == undefined ) { vue_path = '' }