mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix white-space lint issues.
This commit is contained in:
parent
832394c8f4
commit
2562c7cd85
@ -7,6 +7,7 @@ Management of Memcached Server.
|
||||
This module is used to manage memcached server.
|
||||
'''
|
||||
|
||||
|
||||
def set(name,
|
||||
host=None,
|
||||
port=None,
|
||||
@ -55,6 +56,7 @@ def set(name,
|
||||
).format(host, port)
|
||||
return ret
|
||||
|
||||
|
||||
def get(name,
|
||||
host=None,
|
||||
port=None):
|
||||
@ -287,7 +289,6 @@ def decr(name,
|
||||
return ret
|
||||
|
||||
|
||||
|
||||
def replace(name,
|
||||
host=None,
|
||||
port=None,
|
||||
|
Loading…
Reference in New Issue
Block a user