Skip to content

Commit 3ac08dd

Browse files
author
Phil Cummins
committed
fmt
1 parent 52defe6 commit 3ac08dd

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ use {
1111
serde::Deserialize,
1212
std::{
1313
collections::HashMap,
14-
fs,
15-
iter,
14+
fs, iter,
1615
ops::Deref,
1716
path::{Path, PathBuf},
1817
str,

src/prelink.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ pub fn embedded_helper_utils() -> Result<TempDir> {
4949
Ok(bundled)
5050
}
5151

52-
pub fn bundle_libraries(
53-
library_path: Vec<(&str, Vec<PathBuf>)>,
54-
) -> Result<Vec<Library>> {
52+
pub fn bundle_libraries(library_path: Vec<(&str, Vec<PathBuf>)>) -> Result<Vec<Library>> {
5553
let mut libraries = vec![
5654
Library {
5755
name: "libcomponentize_py_runtime.so".into(),

0 commit comments

Comments
 (0)