mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Whitespace fix.
This commit is contained in:
parent
abd432746c
commit
7b9c05487c
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ def running(name, enable=None, sig=None, init_delay=None, **kwargs):
|
|||
.. note::
|
||||
``watch`` can be used with service.running to restart a service when
|
||||
another state changes ( example: a file.managed state that creates the
|
||||
service's config file ). More details regarding ``watch`` can be found
|
||||
service's config file ). More details regarding ``watch`` can be found
|
||||
in the :doc:`Requisites </ref/states/requisites>` documentation.
|
||||
'''
|
||||
ret = {'name': name,
|
||||
|
|
Loading…
Add table
Reference in a new issue