diff --git a/modules/net/dap_chain_node_cli_cmd.c b/modules/net/dap_chain_node_cli_cmd.c
index f977a32bbfcbe4472c14329c1416fd528ceebbec..dbe960030965a9dd9fae3e4c48aa13c33c039a3c 100644
--- a/modules/net/dap_chain_node_cli_cmd.c
+++ b/modules/net/dap_chain_node_cli_cmd.c
@@ -4647,7 +4647,7 @@ static int s_check_cmd(int a_arg_index, int a_argc, char **a_argv, char **a_str_
         dap_chain_node_cli_set_reply_text(a_str_reply, "%s datum by hash: %s",
                                           l_size_store_datum ? "found" : "not found",
                                           l_str_opts_check[OPT_HASH]);
-    } else
+    }
 
     if (l_str_opts_check[OPT_FILE]) {
         l_ret = s_get_key_from_file(l_str_opts_check[OPT_FILE], l_str_opts_check[OPT_MIME], l_str_opts_check[OPT_CERT], &l_sign);