style: missing semicolon

This commit is contained in:
Faris Ansari 2021-04-20 21:46:20 +05:30
parent c309cb2d29
commit 273e6b01db

View file

@ -74,7 +74,7 @@ frappe.ui.form.ControlCode = frappe.ui.form.ControlText.extend({
name: 'frappe',
value: a.value,
score: a.score
}
};
})
);
}