fix: syntax errors

This commit is contained in:
Derrick Hammer 2024-02-25 07:54:16 -05:00
parent 5b210de198
commit 8cae7bba57
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ impl Bao for BaoService {
req.data.clone(),
req.offset,
req.proof.clone(),
from_vec_to_array(req.hash.clone()
);
from_vec_to_array(req.hash.clone()),
);
if res.is_err() {
Ok(Response::new(VerifyResponse {