Skip to content

Commit 230c87d

Browse files
committed
io_uring: cargo fmt
1 parent f0ef846 commit 230c87d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/io_uring.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,7 @@ pub async fn io_loop(
170170
.open(USB_ACCESSORY_PATH)
171171
.await?;
172172

173-
info!(
174-
"{} ♾️ Starting to proxy data between TCP and USB...",
175-
NAME
176-
);
173+
info!("{} ♾️ Starting to proxy data between TCP and USB...", NAME);
177174

178175
// `read` and `write` take owned buffers (more on that later), and
179176
// there's no "per-socket" buffer, so they actually take `&self`.

0 commit comments

Comments
 (0)