Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Dec 30, 2009
1 parent c1b5b99 commit c1ab35b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/five/formlib/tests/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class AddContentForm(AddForm):
"""AddForm for creating and adding IContent objects
"""

form_fields = form.Fields(IContent)

def createAndAdd(self, data):
Expand All @@ -35,6 +35,6 @@ def createAndAdd(self, data):
class EditContentForm(EditForm):
"""EditForm for editing IContent objects
"""

form_fields = form.Fields(IContent)

0 comments on commit c1ab35b

Please sign in to comment.