Add a new line for improved formatting.

This commit is contained in:
Jacob Kiesel 2017-02-07 10:18:23 -07:00 committed by GitHub
parent a5445b7619
commit b346f9c2df
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ pub mod traits {
pub mod rational { pub mod rational {
pub use num_rational::*; pub use num_rational::*;
} }
/// A value bounded by a minimum and a maximum /// A value bounded by a minimum and a maximum
/// ///
/// If input is less than min then min is returned, if input is greater than max then max is /// If input is less than min then min is returned, if input is greater than max then max is