chore: Fix codestyle issue from #23557. (#23567)

This commit is contained in:
Bernd Oliver Sünderhauf 2023-12-03 04:55:31 +01:00 committed by GitHub
parent 0803a66d06
commit 8fea592f00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,6 @@
// Copyright (c) 2016, Frappe Technologies Pvt. Ltd. and contributors
// For license information, please see license.txt
frappe.ui.form.on('SMS Log', {
refresh: function(frm) {
}
frappe.ui.form.on("SMS Log", {
refresh: function (frm) {},
});