summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrg350 <raj.gurung@port65535.com>2016-05-09 15:35:35 -0700
committergrg350 <raj.gurung@port65535.com>2016-05-09 15:35:35 -0700
commitdc35cd8fdbcce2c3d91e385308840fb7182315bf (patch)
tree14705a9016acfc91036eacfad9501bb16f38a9e0
parent291b9102307e814c4783e7625fb17c7336d2fcef (diff)
downloadpython-memcached-dc35cd8fdbcce2c3d91e385308840fb7182315bf.tar.gz
fixing indentation 2
-rw-r--r--memcache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/memcache.py b/memcache.py
index 984ccfe..666c3d8 100644
--- a/memcache.py
+++ b/memcache.py
@@ -369,7 +369,7 @@ class Client(threading.local):
if slab[0] not in serverData:
serverData[slab[0]] = {}
serverData[slab[0]][slab[1]] = item[2]
- return data
+ return data
def get_slabs(self):
data = []