Remove trailing whitespace

This commit is contained in:
Doug Blank 2016-05-25 12:56:33 -04:00
parent 7649f03c70
commit 758d63c0fa

View File

@ -178,5 +178,3 @@ class CacheProxyDb:
if handle not in self.cache_handle:
self.cache_handle[handle] = self.db.get_tag_from_handle(handle)
return self.cache_handle[handle]