Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Oct 30, 2024
1 parent 9064c38 commit 904a5e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions silkworm/infra/common/async_binary_search_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
limitations under the License.
*/

#include "async_binary_search.hpp"

#include <string>
#include <vector>

#include <catch2/catch_test_macros.hpp>

#include <silkworm/infra/test_util/context_test_base.hpp>

#include "async_binary_search.hpp"

namespace silkworm {

struct BinarySearchTest : test_util::ContextTestBase {
Expand Down
4 changes: 2 additions & 2 deletions silkworm/infra/common/binary_search_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
limitations under the License.
*/

#include "binary_search.hpp"

#include <algorithm>
#include <utility>
#include <vector>
Expand All @@ -22,8 +24,6 @@

#include <silkworm/core/common/assert.hpp>

#include "binary_search.hpp"

namespace silkworm {

static void check_binary_find_if(const std::vector<int>& vec, const int value) {
Expand Down

0 comments on commit 904a5e1

Please sign in to comment.