Skip to content

Commit d01bfb1

Browse files
author
Jacob
committed
Remove trailing white space
1 parent 7675e4b commit d01bfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/E0009.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fn main() {
1212
struct X { x: (), }
1313
let x = Some((X { x: () }, X { x: () }));
1414
match x {
15-
Some((y, ref z)) => {},
15+
Some((y, ref z)) => {},
1616
//~^ ERROR E0009
1717
//~| NOTE by-move pattern here
1818
//~| NOTE both by-ref and by-move used

0 commit comments

Comments
 (0)