| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5ce8000 commit 2fe8fc4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1374,17 +1374,17 @@ def move_screen_up(current_line_start_row): | |||
| 1374 | 1374 | (len(self.current_cursor_line_without_suggestion) + | |
| 1375 | 1375 | self.cursor_offset), | |
| 1376 | 1376 | width) | |
| 1377 | - assert (cursor_column >= 0, | ||
| 1378 | - (cursor_column, len(self.current_cursor_line), | ||
| 1379 | - len(self.current_line), self.cursor_offset)) | ||
| 1377 | + assert cursor_column >= 0, ( | ||
| 1378 | + cursor_column, len(self.current_cursor_line), | ||
| 1379 | + len(self.current_line), self.cursor_offset) | ||
| 1380 | 1380 | else: | |
| 1381 | 1381 | cursor_row, cursor_column = divmod( | |
| 1382 | 1382 | (len(self.current_cursor_line_without_suggestion) - | |
| 1383 | 1383 | len(self.current_line) + self.cursor_offset), | |
| 1384 | 1384 | width) | |
| 1385 | - assert (cursor_column >= 0, | ||
| 1386 | - (cursor_column, len(self.current_cursor_line), | ||
| 1387 | - len(self.current_line), self.cursor_offset)) | ||
| 1385 | + assert cursor_column >= 0, ( | ||
| 1386 | + cursor_column, len(self.current_cursor_line), | ||
| 1387 | + len(self.current_line), self.cursor_offset) | ||
| 1388 | 1388 | cursor_row += current_line_start_row | |
| 1389 | 1389 | ||
| 1390 | 1390 | if self.list_win_visible and not self.coderunner.running: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments