remove extra indentation

Change-Id: I5b132e210b7155968a5d4f47da4ad8d7100d3e75
This commit is contained in:
Dolph Mathews
2014-02-21 10:14:17 -06:00
parent dff54b8d1e
commit d8a18fffac

View File

@@ -1160,8 +1160,8 @@ class AuthProtocol(object):
"""
if self._cache:
self.LOG.debug('Storing %s token in memcache', token_id)
self._cache_store(token_id, (data, expires))
self.LOG.debug('Storing %s token in memcache', token_id)
self._cache_store(token_id, (data, expires))
def _cache_store_invalid(self, token_id):
"""Store invalid token in cache."""