computer: cleanup

This commit is contained in:
nym21
2025-08-16 16:42:01 +02:00
parent 8648d3131a
commit 009fb35c4c
18 changed files with 225 additions and 352 deletions

View File

@@ -62,7 +62,7 @@ fn req_to_response_res(
if weight > MAX_WEIGHT {
return Err(Error::Str(
"Request is too heavy, max weight is {MAX_WEIGHT}",
"Request is too heavy, max weight is {MAX_WEIGHT} bytes",
));
}