From 904a5e1c726d0538672aa701ea70169966aa7e19 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 30 Oct 2024 14:06:34 +0000 Subject: [PATCH] make fmt --- silkworm/infra/common/async_binary_search_test.cpp | 4 ++-- silkworm/infra/common/binary_search_test.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/silkworm/infra/common/async_binary_search_test.cpp b/silkworm/infra/common/async_binary_search_test.cpp index 64e5418718..deb9520d21 100644 --- a/silkworm/infra/common/async_binary_search_test.cpp +++ b/silkworm/infra/common/async_binary_search_test.cpp @@ -14,6 +14,8 @@ limitations under the License. */ +#include "async_binary_search.hpp" + #include #include @@ -21,8 +23,6 @@ #include -#include "async_binary_search.hpp" - namespace silkworm { struct BinarySearchTest : test_util::ContextTestBase { diff --git a/silkworm/infra/common/binary_search_test.cpp b/silkworm/infra/common/binary_search_test.cpp index 51dfc4cb08..299eb66386 100644 --- a/silkworm/infra/common/binary_search_test.cpp +++ b/silkworm/infra/common/binary_search_test.cpp @@ -14,6 +14,8 @@ limitations under the License. */ +#include "binary_search.hpp" + #include #include #include @@ -22,8 +24,6 @@ #include -#include "binary_search.hpp" - namespace silkworm { static void check_binary_find_if(const std::vector& vec, const int value) {