From ebd6bcc964818157534d94b40cfb1df00309d4ce Mon Sep 17 00:00:00 2001 From: Nobuhiro Ban Date: Fri, 4 Oct 2024 20:59:12 +0900 Subject: [PATCH] fixup --- include/scan_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/scan_helper.h b/include/scan_helper.h index ab9bf9c..5320b0c 100644 --- a/include/scan_helper.h +++ b/include/scan_helper.h @@ -63,7 +63,7 @@ inline status scan_check_retry(border_node* const bn, /** * scan for some try nodes which is not root. */ -template +template static status scan_node(base_node* const root, const std::string_view l_key, const scan_endpoint l_end, const std::string_view r_key,