Fix whitespace.

This commit is contained in:
Niko Matsakis 2014-12-31 15:05:38 -05:00
parent 0a2d531b94
commit cadd4335b4

View File

@ -26,7 +26,7 @@ trait Int: Not<Result=Self> {
fn count_zeros(self) -> uint {
// neither works
let x: Self = self.not();
0
0
}
}