mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Code formatting: add spaces in var code
This commit is contained in:
parent
bd5b6c9a86
commit
2252b54a2b
@ -39,7 +39,7 @@ VarNode.prototype = {
|
||||
if (isStatic) {
|
||||
template.addStaticVar(varName, value);
|
||||
} else {
|
||||
template.statement('var ' + varName + (value ? '=' + value : '') + ';');
|
||||
template.statement('var ' + varName + (value ? ' = ' + value : '') + ';');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user