mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
removed blank line at the end of file
This commit is contained in:
@ -157,4 +157,3 @@ class SettingsViewTest(TestCase):
|
|||||||
# try posting valid value
|
# try posting valid value
|
||||||
new_format = "{{ part.name if part.name }} {{ ' with revision ' if part.revision }} {{ part.revision }}"
|
new_format = "{{ part.name if part.name }} {{ ' with revision ' if part.revision }} {{ part.revision }}"
|
||||||
self.post(url, {'value': new_format}, valid=True)
|
self.post(url, {'value': new_format}, valid=True)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user