1
Fork 0

Missing trailing newline

This commit is contained in:
Eh2406 2017-09-12 16:56:40 -04:00
parent 9a547fc7c4
commit 732dd2fd5f

View file

@ -81,4 +81,4 @@ fn main() {
x >>= &2i16;
assert_eq!(x, 0b10u64);
}
}
}