mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
Remove trailing whitespace
This commit is contained in:
committed by
Rusty Russell
parent
7c09b6f478
commit
0353ec0983
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user