add space for linting, was that right?

This commit is contained in:
einhornimmond 2021-03-30 12:47:02 +02:00
parent 0fbf76857f
commit 65fccdd4fa

View File

@ -6,7 +6,7 @@ function resolveSrc(_path) {
}
let vue_path = process.env.VUE_PATH
if(vue_path == undefined) {
if( vue_path == undefined ) {
vue_path = ''
}