Skip to content

Commit 2600bcc

Browse files
committed
got rid of last empty lines
1 parent 01cc9ec commit 2600bcc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/compile-fail/no-binary-float-literal.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ fn main() {
1515
0b101.010;
1616
0b101p4f;
1717
}
18-

src/test/compile-fail/no-hex-float-literal.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ fn main() {
1515
0x567.89;
1616
0xDEAD.BEEFp-2f;
1717
}
18-

0 commit comments

Comments
 (0)