Replace multiple trailing newlines with a single trailing newline

Sorry I didn’t get this in the last PR (#28864), I hadn’t thought of it.
This commit is contained in:
Carlos Liam 2015-10-06 13:06:39 -04:00
parent 3967e1c940
commit aba267fd0d
4 changed files with 0 additions and 13 deletions

View file

@ -236,13 +236,3 @@ complicated.
Luckily, Rust offers a feature, borrowing, which helps us solve this problem.
Its the topic of the next section!