Skip to content

Commit

Permalink
securesystemslib/schema: Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Jun 19, 2020
1 parent 26f3d3e commit a3d0f58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions securesystemslib/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ def check_match(self, object):





class AnyNonemptyString(AnyString):
"""
<Purpose>
Expand Down Expand Up @@ -243,6 +245,9 @@ def check_match(self, object):
' with at least one character but got ' + repr(object))





class AnyBytes(Schema):
"""
<Purpose>
Expand Down

0 comments on commit a3d0f58

Please sign in to comment.