Skip to content

Commit eafc065

Browse files
committed
Add missing newline
1 parent 9a2de89 commit eafc065

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/cpython-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ fn generate_c_api_bindings(srcdir: &Path, out_path: &Path) {
2929
bindings
3030
.write_to_file(out_path.join("c_api.rs"))
3131
.expect("Couldn't write bindings!");
32-
}
32+
}

0 commit comments

Comments
 (0)