Skip to content

Commit f06843b

Browse files
iritkatrielErlend Egeberg Aasland
andauthored
Wrap another line
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
1 parent 681629b commit f06843b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎Python/pythonrun.c‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -955,9 +955,8 @@ print_exception_traceback(struct exception_print_context *ctx, PyObject *value)
955955

956956
/* Prints the message line: module.qualname[: str(exc)] */
957957
static int
958-
print_exception_message(struct exception_print_context *ctx,
959-
PyObject *type,
960-
PyObject *value)
958+
print_exception_message(struct exception_print_context *ctx, PyObject *type,
959+
PyObject *value)
961960
{
962961
PyObject *f = ctx->file;
963962

0 commit comments

Comments
 (0)