Skip to content

Commit 7a2d529

Browse files
committed
added newline at end of .rs files
1 parent 5fbc8a4 commit 7a2d529

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ fn main() {
1313

1414
let mut zip_archive = ZipArchive::new(archive).unwrap();
1515
zip_archive.extract(&location).expect("Zip extraction failed");
16-
}
16+
}

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@ mod py_tests {
192192
Err(e) => panic!("Error remains {}", e.to_string()),
193193
}
194194
}
195-
}
195+
}

0 commit comments

Comments
 (0)