Skip to content

Commit b07adcb

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

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
@@ -418,7 +418,7 @@ class Global extends Config {
418418
}
419419

420420
setCurrentSession(session) {
421-
if(session !== undefined) {
421+
if (session !== undefined) {
422422
this.set(Global.PREFERENCE_CURRENT, session);
423423
}
424424
}

0 commit comments

Comments
 (0)