Skip to content

Commit

Permalink
Make CI/CD happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-wanna-M committed Jul 31, 2024
1 parent ae76c4f commit 1944c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffi_bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ impl Engine {
/// Returns an [`AcceptTokenError`] when the bytes are not accepted. Check the error type docs for more details.
#[pyo3(name = "try_accept_new_bytes")]
pub fn try_accept_new_bytes_py(
&self,
&mut self,
bytes: &[u8],
) -> Result<AcceptTokenResult, AcceptTokenError> {
EngineLike::try_accept_new_bytes(self, bytes)
Expand Down

0 comments on commit 1944c28

Please sign in to comment.