mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint: Add missing blank line
This commit is contained in:
parent
84829a6f8c
commit
153a463b86
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ def _elements_equal(e1, e2):
|
|||
return False
|
||||
return all(_elements_equal(c1, c2) for c1, c2 in zip(e1, e2))
|
||||
|
||||
|
||||
def _fail(ret, msg):
|
||||
ret['comment'] = msg
|
||||
ret['result'] = False
|
||||
|
|
Loading…
Add table
Reference in a new issue