mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Put 'kwargs' on its own line according to the common pattern
This commit is contained in:
parent
ee9b3f859b
commit
a7141be651
1 changed files with 2 additions and 1 deletions
|
@ -597,7 +597,8 @@ def install(name=None,
|
|||
pkgs=None,
|
||||
sources=None,
|
||||
downloadonly=None,
|
||||
version=None, **kwargs):
|
||||
version=None,
|
||||
**kwargs):
|
||||
'''
|
||||
Install the passed package(s), add refresh=True to run 'zypper refresh'
|
||||
before package is installed.
|
||||
|
|
Loading…
Add table
Reference in a new issue