Fix pycodestyle E117 issues.

This commit is contained in:
Matt Clay 2019-02-13 18:39:26 -08:00
commit 3e778d3f8f
40 changed files with 150 additions and 150 deletions

View file

@ -101,7 +101,7 @@ class Namespace(object):
changed = False
if self.state == 'present' and self.exists():
changed = True
changed = True
elif self.state == 'absent' and self.exists():
changed = True