Skip to content

Commit eec04ca

Browse files
Update templates/cli/lib/config.js.twig
1 parent 80509c5 commit eec04ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/config.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ class Local extends Config {
340340
this.set("projectName", projectName);
341341
}
342342

343-
if(projectSettings === undefined){
343+
if (projectSettings === undefined) {
344344
return;
345345
}
346346

0 commit comments

Comments
 (0)