mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
Fix indent.
This commit is contained in:
parent
e0d3e46683
commit
e80f138868
@ -530,7 +530,7 @@ class StringSpans(unittest.TestCase):
|
|||||||
d = b.get(t_start, t_len)
|
d = b.get(t_start, t_len)
|
||||||
if d is not None:
|
if d is not None:
|
||||||
which2 = "%s+(%d-%d)" % (which, t_start,
|
which2 = "%s+(%d-%d)" % (which, t_start,
|
||||||
t_start+t_len-1)
|
t_start+t_len-1)
|
||||||
self.failUnlessEqual(d, S[t_start:t_start+t_len],
|
self.failUnlessEqual(d, S[t_start:t_start+t_len],
|
||||||
which2)
|
which2)
|
||||||
# check that removing a subspan gives the right value
|
# check that removing a subspan gives the right value
|
||||||
|
Loading…
Reference in New Issue
Block a user