From b346f9c2df07e94c387a2341769f9a07865426f7 Mon Sep 17 00:00:00 2001 From: Jacob Kiesel Date: Tue, 7 Feb 2017 10:18:23 -0700 Subject: [PATCH] Add a new line for improved formatting. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index bfef442..0a2cdee 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -109,6 +109,7 @@ pub mod traits { pub mod rational { pub use num_rational::*; } + /// 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