Remove trailing whitespace

This commit is contained in:
practicalswift
2017-12-10 13:41:10 +01:00
committed by Rusty Russell
parent 7c09b6f478
commit 0353ec0983
8 changed files with 11 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ class UnixDomainSocketRpc(object):
objs, _ = self.decoder.raw_decode(buff.decode("UTF-8"))
return objs
except ValueError:
# Probably didn't read enough
# Probably didn't read enough
pass
def __getattr__(self, name):