mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
chore: mass trailing whitespace and EOF fixes
This commit is contained in:
@@ -23,4 +23,3 @@ class Homepage(Document):
|
||||
doc.save()
|
||||
self.append('products', dict(item_code=d.name,
|
||||
item_name=d.item_name, description=d.description, image=d.image))
|
||||
|
||||
|
||||
@@ -139,4 +139,4 @@ class TestProductConfigurator(unittest.TestCase):
|
||||
|
||||
# teardown
|
||||
doc.delete()
|
||||
item_group_doc.delete()
|
||||
item_group_doc.delete()
|
||||
|
||||
Reference in New Issue
Block a user