chore: whitespace cleanup from codebase

This commit is contained in:
Ankush Menat
2021-08-19 14:33:03 +05:30
parent e536f6d13f
commit 9bb69e711a
1218 changed files with 1391 additions and 1643 deletions

View File

@@ -14,4 +14,4 @@ def get_data():
'items': ['Restaurant Reservation', 'Sales Invoice']
}
]
}
}

View File

@@ -18,7 +18,7 @@ QUnit.test("test: Restaurant", function (assert) {
frappe.run_serially([
// insert a new Restaurant
() => frappe.tests.setup_doctype('Customer', customer),
() => frappe.tests.setup_doctype('Customer', customer),
() => {
return frappe.tests.make('Restaurant', [
// values to be set

View File

@@ -57,5 +57,3 @@ class RestaurantMenu(Document):
price_list.save()
return price_list