From de9ef8d841b942dce052c26b2e930cb570bf466d Mon Sep 17 00:00:00 2001 From: Gitea CI Date: Tue, 16 Jan 2024 18:43:48 +0000 Subject: [PATCH] automatic cargo CI changes --- members/libpt-hedu/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/members/libpt-hedu/src/lib.rs b/members/libpt-hedu/src/lib.rs index b5a69e2..aab45f2 100644 --- a/members/libpt-hedu/src/lib.rs +++ b/members/libpt-hedu/src/lib.rs @@ -165,7 +165,7 @@ fn rd_data( nlen = (config.limit % BYTES_PER_LINE), "byte counter is farther than limit" ); - len = config.limit % BYTES_PER_LINE; + len = config.limit % BYTES_PER_LINE; config.stop = true; } return Ok(len);