style: remove trailing whitespace

This commit is contained in:
y198 2026-03-19 00:35:26 +07:00 committed by GitHub
parent c23fa4f14c
commit ce773a7bf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -1201,7 +1201,6 @@ ggml_tensor * rpc_server::deserialize_tensor(struct ggml_context * ctx, const rp
result->flags = tensor->flags;
result->data = reinterpret_cast<void *>(tensor->data);
ggml_set_name(result, tensor->name);
return result;
}