mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
chore: whitespace cleanup from codebase
This commit is contained in:
@@ -14,4 +14,4 @@ def get_data():
|
||||
'items': ['Restaurant Reservation', 'Sales Invoice']
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -57,5 +57,3 @@ class RestaurantMenu(Document):
|
||||
price_list.save()
|
||||
|
||||
return price_list
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user