fix(ci): formatting

Was my fault.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
Anhad Singh
2024-12-17 03:14:33 +11:00
parent a54dc95f43
commit 39c8cc864d
+1 -5
View File
@@ -423,11 +423,7 @@ impl Linker {
return Ok(());
}
fn search_object(
&self,
name: &str,
parent_runpath: &Option<String>,
) -> Result<String> {
fn search_object(&self, name: &str, parent_runpath: &Option<String>) -> Result<String> {
let debug = self.config.debug_flags.contains(DebugFlags::SEARCH);
if debug {
eprintln!("[ld.so]: looking for '{}'", name);