ソースを参照

remove extra blank line

Dan Larkin 6 年 前
コミット
7c398949f4
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0
    1
      tests/read.rs

+ 0
- 1
tests/read.rs ファイルの表示

@@ -46,7 +46,6 @@ fn check_primitive_block_content(block: &PrimitiveBlock) {
46 46
         assert_eq!(nodes[2].nano_lon(), 11631019200);
47 47
         assert_eq!(nodes[2].decimicro_lon(), 116310192);
48 48
 
49
-
50 49
         assert_eq!(nodes[0].id(), 105);
51 50
         assert_eq!(nodes[1].id(), 106);
52 51
         assert_eq!(nodes[2].id(), 108);