Skip to content

Commit

Permalink
fix bad indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Simon committed Mar 24, 2015
1 parent 6ae4c69 commit e67b529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hazelnut/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self, path='/proc/meminfo'):
def __str__(self):
with open(self.get_path(), 'r') as f:
lines = [line.strip() for line in f]
return '\n'.join(lines)
return '\n'.join(lines)

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

0 comments on commit e67b529

Please sign in to comment.