Skip to content

Commit bd1f8c9

Browse files
author
Adam Sasine
committed
Inline format args
1 parent 7a3bf1e commit bd1f8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/std/src/bin/type_c/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async fn controller_task(state: &'static mock_controller::ControllerState) {
8888

8989
let output = output.unwrap();
9090
if let Output::PdAlert(OutputPdAlert { port, ado }) = &output {
91-
info!("{:?}: PD alert received: {:?}", port, ado);
91+
info!("{port:?}: PD alert received: {ado:?}");
9292
}
9393

9494
if let Err(e) = wrapper.finalize(output).await {

0 commit comments

Comments
 (0)