From 8cae7bba5720b460f9b17fa38089faf66c2310b6 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 25 Feb 2024 07:54:16 -0500 Subject: [PATCH] fix: syntax errors --- bao/rust/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bao/rust/src/main.rs b/bao/rust/src/main.rs index c6db817..ff77493 100644 --- a/bao/rust/src/main.rs +++ b/bao/rust/src/main.rs @@ -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 {