Skip to content

Commit 11e9e3e

Browse files
committed
pldm-fw: clippyify
Another inline format arg. Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
1 parent 39e2aae commit 11e9e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pldm-fw/src/ua.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ where
435435

436436
progress(&u);
437437
} else {
438-
error!("firmware transfer error: 0x{:02x}", res);
438+
error!("firmware transfer error: 0x{res:02x}");
439439
}
440440
let mut fw_resp = fw_req.response();
441441
fw_resp.cc = 0;

0 commit comments

Comments
 (0)