Skip to content

Commit 84052d0

Browse files
author
leon-xd
committed
fix fmt?
1 parent 5db7623 commit 84052d0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/wdk/src/print.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ mod dbg_print_buf_writer {
370370
// set the last byte to 1 to ensure that the buffer is not automatically
371371
// null-terminated when full
372372
writer.buffer[DBG_PRINT_MAX_TXN_SIZE - 1] = 1;
373-
374373
fmt::write(&mut writer, format_args!("{TEST_STRING}"))
375374
.expect("fmt::write should succeed");
376375

0 commit comments

Comments
 (0)