Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel authored Sep 6, 2023
1 parent bd3a0b1 commit 1797ee1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Objects/frameobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ static bool frame_is_suspended(PyFrameObject *frame)
return gen->gi_frame_state == FRAME_SUSPENDED;
}
return false;

}

/* Setter for f_lineno - you can set f_lineno from within a trace function in
Expand Down

0 comments on commit 1797ee1

Please sign in to comment.