From 3365a6bead544399625681a6e7fa695598dc19e9 Mon Sep 17 00:00:00 2001 From: Petar Vujovic Date: Tue, 2 Jul 2024 21:10:56 +0200 Subject: [PATCH] fix(host): add return expression --- host/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host/src/lib.rs b/host/src/lib.rs index 2cdd6e34e..f5c4ce19b 100644 --- a/host/src/lib.rs +++ b/host/src/lib.rs @@ -262,6 +262,8 @@ pub async fn handle_message( } } } + + Ok(()) } pub async fn handle_proof(