Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Oct 7, 2017
1 parent 42819e5 commit cde263e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nais.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class DemoMsg:
def __init__(self, name=None, rank=None):
self.name = name
self.rank = rank

def __str__(self):
return "profile name: %s, rank: %s" % (self.name, self.rank)

Expand Down

0 comments on commit cde263e

Please sign in to comment.