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],
) -> Result<Response, curl::Error> {
debug_print!(if self.debug =>
"{method:?} {uri} ({} headers)",
headers.len(), method = method, uri = uri
"{:?} {} ({} headers)",
method, uri, headers.len()
);
let mut easy = Easy::new();