Skip to content

Commit 4b98fee

Browse files
committed
[airos] fix indentation in renderer cleanup
1 parent dd344b3 commit 4b98fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netjsonconfig/backends/airos/renderers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ class AirOsRenderer(BaseRenderer):
55

66
def cleanup(self, output):
77
stripped = [
8-
a.strip() for a in output.splitlines() if a.strip()
9-
]
8+
a.strip() for a in output.splitlines() if a.strip()
9+
]
1010
return '\n'.join(stripped)

0 commit comments

Comments
 (0)