8000 Remove extra newline. · python/cpython@4028ee4 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit 4028ee4

Browse files
committed
Remove extra newline.
1 parent 0526146 commit 4028ee4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/readline.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ readline_append_history_file_impl(PyObject *module, int nelements,
350350
filename_bytes = NULL;
351351
filename = NULL;
352352
}
353-
354353
errno = err = append_history(
355354
nelements - libedit_append_replace_history_offset, filename);
356355
if (!err && _history_length >= 0)
< 3170 /div>

0 commit comments

Comments
 (0)
0