Skip to content

Commit

Permalink
cargo clippy --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
io12 committed Apr 1, 2023
1 parent de5046a commit e9aab76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetch_ld.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ pub fn fetch_ld(ver: &LibcVersion) -> Result {
};
let out_name = format!("ld-{}.so", ver.string_short);

libc_deb::write_ubuntu_pkg_file(&deb_file_name, &ld_name, &out_name).context(DebSnafu)?;
libc_deb::write_ubuntu_pkg_file(&deb_file_name, &ld_name, out_name).context(DebSnafu)?;
Ok(())
}

0 comments on commit e9aab76

Please sign in to comment.