Skip to content

Commit 26724ba

Browse files
author
afterincomparableyum
committed
fix clang formatting
1 parent ac4d699 commit 26724ba

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

cpp/celeborn/client/writer/PushState.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ PushState::PushState(const conf::CelebornConf& conf)
2929
conf.clientPushMaxBytesSizeInFlightEnabled()),
3030
maxInFlightBytesSizeTotal_(conf.clientPushMaxBytesSizeInFlightTotal()),
3131
maxInFlightBytesSizePerWorker_(
32-
conf.clientPushMaxBytesSizeInFlightPerWorker()) {
33-
}
32+
conf.clientPushMaxBytesSizeInFlightPerWorker()) {}
3433

3534
int PushState::nextBatchId() {
3635
return currBatchId_.fetch_add(1);

cpp/celeborn/client/writer/PushState.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ class PushState {
8686
std::string,
8787
std::shared_ptr<utils::ConcurrentHashSet<int>>>
8888
inflightBatchesPerAddress_;
89-
utils::ConcurrentHashMap<
90-
std::string,
91-
std::shared_ptr<std::atomic<long>>>
89+
utils::ConcurrentHashMap<std::string, std::shared_ptr<std::atomic<long>>>
9290
inflightBytesSizePerAddress_;
9391
utils::ConcurrentHashMap<int, int> inflightBatchBytesSizes_;
9492
folly::Synchronized<std::unique_ptr<std::exception>> exception_;

0 commit comments

Comments
 (0)