fix: syntax

This commit is contained in:
2026-05-14 00:10:55 +02:00
parent b660956c4f
commit 6de737ae07
+2 -2
View File
@@ -129,8 +129,8 @@ impl Client {
headers: &[&str], headers: &[&str],
) -> Result<Response, curl::Error> { ) -> Result<Response, curl::Error> {
debug_print!(if self.debug => debug_print!(if self.debug =>
"{method:?} {uri} ({} headers)", "{:?} {} ({} headers)",
headers.len(), method = method, uri = uri method, uri, headers.len()
); );
let mut easy = Easy::new(); let mut easy = Easy::new();