Skip to content

Commit efcdd87

Browse files
committed
lint
1 parent f1ed8cf commit efcdd87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

microbenchmarks/synthetic_bench.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include <array>
22
#include <benchmark/benchmark.h>
3-
#include <array>
43
#include <random>
54
#include <set>
65

tests/toplevel_unit.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4320,7 +4320,8 @@ static void test_uint32_iterator_skip_backward(uint8_t type) {
43204320

43214321
// Test skip way beyond start
43224322
roaring_iterator_init_last(r, &iter_skip);
4323-
uint32_t skipped = roaring_uint32_iterator_skip_backward(&iter_skip, UINT32_MAX);
4323+
uint32_t skipped =
4324+
roaring_uint32_iterator_skip_backward(&iter_skip, UINT32_MAX);
43244325
assert_int_equal(skipped, ref_count);
43254326
assert_false(iter_skip.has_value);
43264327

0 commit comments

Comments
 (0)