Remove spurious newline.

This commit is contained in:
Sean Bowe
2017-10-04 14:53:42 -06:00
parent 85b95750e2
commit 683f21a4d5

View File

@@ -617,7 +617,6 @@ use self::arith::*;
#[cfg(feature = "u128-support")]
mod arith {
/// Calculate a - b - borrow, returning the result and modifying
/// the borrow value.
#[inline(always)]