Skip to content

Commit cadd433

Browse files
committed
Fix whitespace.
1 parent 0a2d531 commit cadd433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/associated-types-projection-bound-in-supertraits.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ trait Int: Not<Result=Self> {
2626
fn count_zeros(self) -> uint {
2727
// neither works
2828
let x: Self = self.not();
29-
0
29+
0
3030
}
3131
}
3232

0 commit comments

Comments
 (0)