Skip to content

Commit 601be4c

Browse files
committed
rmv useless change
1 parent c2b5d84 commit 601be4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/ZooKeeper/ZooKeeper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ class ZooKeeper
380380
Coordination::ListRequestType list_request_type = Coordination::ListRequestType::ALL);
381381

382382
using MultiGetChildrenResponse = MultiReadResponses<Coordination::ListResponse, false>;
383-
384383
using MultiTryGetChildrenResponse = MultiReadResponses<Coordination::ListResponse, true>;
384+
385385
template <typename TIter>
386386
MultiGetChildrenResponse
387387
getChildren(TIter start, TIter end, Coordination::ListRequestType list_request_type = Coordination::ListRequestType::ALL)

0 commit comments

Comments
 (0)