Skip to content

Commit

Permalink
tests: whitespace in utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Aug 11, 2022
1 parent c037f52 commit 5b564f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/services/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def __str__(self):
return f"<NodeCrash ({names}) {example}>"

def __repr__(self):
return self.__str__()
return self.__str__()

0 comments on commit 5b564f4

Please sign in to comment.