mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
trailing-whitespace eradication, no functional changes
This commit is contained in:
parent
1d8a4cdfe7
commit
1e76e9267b
@ -219,7 +219,7 @@ class BlockDownloader:
|
||||
self.vbucket = vbucket
|
||||
self.blocknum = blocknum
|
||||
self.parent = parent
|
||||
|
||||
|
||||
def start(self, segnum):
|
||||
d = self.vbucket.get_block(segnum)
|
||||
d.addCallbacks(self._hold_block, self._got_block_error)
|
||||
|
Loading…
x
Reference in New Issue
Block a user