Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
novafacing committed Mar 5, 2024
1 parent 94c8579 commit 56a3a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ impl Tsffs {
.start_processor()
.ok_or_else(|| anyhow!("No start processor"))?;

start_processor.write_start(&testcase.testcase.bytes(), &start_buffer, &start_size)?;
start_processor.write_start(testcase.testcase.bytes(), &start_buffer, &start_size)?;

Ok(())
}
Expand Down

0 comments on commit 56a3a56

Please sign in to comment.