Skip to content

Commit

Permalink
[airos] fix indentation in renderer cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
edoput committed Jul 25, 2017
1 parent dd344b3 commit 4b98fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netjsonconfig/backends/airos/renderers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ class AirOsRenderer(BaseRenderer):

def cleanup(self, output):
stripped = [
a.strip() for a in output.splitlines() if a.strip()
]
a.strip() for a in output.splitlines() if a.strip()
]
return '\n'.join(stripped)

0 comments on commit 4b98fee

Please sign in to comment.