formatting

This commit is contained in:
Will McGugan 2021-12-14 21:48:37 +00:00
parent 6957cebe72
commit a1dd33912f
1 changed files with 1 additions and 1 deletions

View File

@ -1079,7 +1079,7 @@ class Text(JupyterMixin):
start_line_no = (lower_bound + upper_bound) // 2
end_line_no = lower_bound = start_line_no
upper_bound = line_count
upper_bound = line_count
while True:
line_start, line_end = line_ranges[end_line_no]