style: add space after else keyword
This commit is contained in:
parent
68b9ae808b
commit
f3e0a30ec7
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ frappe.ui.form.ControlCode = class ControlCode extends frappe.ui.form.ControlTex
|
|||
|
||||
if (this.df.maxLines)
|
||||
this.editor.setOption("maxLines", this.df.maxLines);
|
||||
else{
|
||||
else {
|
||||
this.expanded = false;
|
||||
this.$expand_button = $(`<button class="btn btn-xs btn-default">${this.get_button_label()}</button>`).click(() => {
|
||||
this.expanded = !this.expanded;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue