Skip to content

Commit

Permalink
fix whitespace2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer Carlsson authored and oxinabox committed Apr 8, 2020
1 parent 9b4b4dd commit c5b8b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Language changes
used to yield the string " a\nb", since the single space before `b` set the indent level.
Now the result is "a\n b", since the space before `b` is no longer considered to occur
at the start of a line. The old behavior is considered a bug ([#35001]).

* The line number of function definitions is now added by the parser as an
additional `LineNumberNode` at the start of each function body ([#35138]).

Expand Down

0 comments on commit c5b8b7e

Please sign in to comment.