style: Remove extra space
This commit is contained in:
parent
2705498eef
commit
e134570d26
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ frappe.ui.form.ControlCode = class ControlCode extends frappe.ui.form.ControlTex
|
|||
const ace = window.ace;
|
||||
this.editor = ace.edit(this.ace_editor_target.get(0));
|
||||
|
||||
if (this.df.max_lines || this.df.min_lines) {
|
||||
if (this.df.max_lines || this.df.min_lines) {
|
||||
if (this.df.max_lines)
|
||||
this.editor.setOption("maxLines", this.df.max_lines);
|
||||
if (this.df.min_lines)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue