소스 검색

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);