浏览代码

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