Skip to content

Commit 87fcb28

Browse files
committed
fix tidy: README order, trailing newlines in whitespace tests
1 parent f219e91 commit 87fcb28

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

tests/ui/whitespace/ascii_whitespace_excludes_vertical_tab.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ fn main() {
1919
"regular space should split correctly");
2020

2121
}
22-

tests/ui/whitespace/vertical_tab_lexer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ fn main() {
5555
// add them up so the compiler doesn't complain about unused variables
5656
let _sum = _ws1 + _ws2 + _ws3 + _ws4 + _ws5 + _ws6 + _ws7;
5757
println!("{}", _sum);
58-
}
58+
}

0 commit comments

Comments
 (0)