Skip to content

Commit b9ac47d

Browse files
author
Phil Cummins
committed
formatting
1 parent bf62713 commit b9ac47d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/prelink.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ fn library_from_so(library_name: &str) -> Result<Library, io::Error> {
8181
let filepath = path + "/" + library_name + ".zst";
8282
let bytes = fs::read(filepath)?;
8383

84-
8584
return Ok(Library {
8685
name: library_name.into(),
8786
module: zstd::decode_all(Cursor::new(bytes))?,

0 commit comments

Comments
 (0)