Преглед изворни кода

Add a new line for improved formatting.

Jacob Kiesel пре 8 година
родитељ
комит
b346f9c2df
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/lib.rs

+ 1 - 0
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