Skip to content

Commit

Permalink
killing some random spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Nov 4, 2010
1 parent 2d45ec2 commit e7e27c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arkpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def mint(authority, template, prefix=''):
# initialize an array to hold the various parts of an ARK
# to be joined later
ark_parts = []

if authority:
ark_parts.append(authority)
ark_parts.append('/')
Expand Down

0 comments on commit e7e27c1

Please sign in to comment.