Skip to content

Commit

Permalink
Add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ DeVries committed Dec 19, 2016
1 parent 3229561 commit 51dbf45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions starstruct/elementnone.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from starstruct.element import register, Element
from starstruct.modes import Mode


@register
class ElementNone(Element):
"""
Expand Down
1 change: 1 addition & 0 deletions starstruct/tests/test_elementnone.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from starstruct.message import Message


class TestStarStructNone(unittest.TestCase):
"""StarStruct module tests"""

Expand Down

0 comments on commit 51dbf45

Please sign in to comment.