Skip to content

Commit dbd8c3c

Browse files
committed
Fix format check
1 parent 4942ef1 commit dbd8c3c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

lib/Murmur3_32Hash.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
// the orignal MurmurHash3 source code.
2424
#include "Murmur3_32Hash.h"
2525

26-
#include <boost/version.hpp>
2726
#include <boost/predef.h>
27+
2828
#include <limits>
2929

3030
#if BOOST_COMP_MSVC

lib/stats/ProducerStatsImpl.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@
2020
#ifndef PULSAR_PRODUCER_STATS_IMPL_HEADER
2121
#define PULSAR_PRODUCER_STATS_IMPL_HEADER
2222

23-
#include <map>
24-
25-
#include <boost/serialization/array_wrapper.hpp>
2623
#include <boost/accumulators/accumulators.hpp>
2724
#include <boost/accumulators/framework/accumulator_set.hpp>
2825
#include <boost/accumulators/framework/features.hpp>
2926
#include <boost/accumulators/statistics.hpp>
3027
#include <boost/accumulators/statistics/extended_p_square.hpp>
28+
#include <boost/serialization/array_wrapper.hpp>
3129
#include <iostream>
30+
#include <map>
3231
#include <memory>
3332
#include <mutex>
3433
#include <vector>

0 commit comments

Comments
 (0)